I sync the configurations via NextCloud and move them to
/etc/NetworkManager/system-connections/ by hand.
This commit is contained in:
Daniel Siepmann 2023-03-01 08:54:11 +01:00
parent 8e5195fb99
commit da15c937b9
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
4 changed files with 10 additions and 7 deletions

1
.gitattributes vendored
View file

@ -4,4 +4,5 @@ home/files/docker/config.json filter=git-crypt diff=git-crypt
home/files/rclone.conf filter=git-crypt diff=git-crypt
home/files/typo3-configuration/client-specific/** filter=git-crypt diff=git-crypt
home/packages/custom/dmenu-scripts/customer-issue.sh filter=git-crypt diff=git-crypt
systems/hikari/files/hosts filter=git-crypt diff=git-crypt
shells/** filter=git-crypt diff=git-crypt

View file

@ -50,6 +50,8 @@
# Enable networking
networkmanager.enable = true;
extraHosts = builtins.readFile ./files/hosts;
};
services.dnsmasq = {

BIN
systems/hikari/files/hosts Normal file

Binary file not shown.

View file

@ -2,10 +2,10 @@ nixos for hikari
================
Hikari is my old MacBook Air.
It currently runs NixOS in Dual Boot.
It runs NixOS.
I'm using that machine to migrate my existing Ubuntu Setup to NixOS in order to
replace Ubuntu in the future.
I'm using that machine to migrate my existing Ubuntu Setup to NixOS in order to replace Ubuntu in the future.
And I use this Setup for my personal use.
Installation
------------
@ -22,7 +22,7 @@ I also need older php versions:
nix-channel --add https://github.com/fossar/nix-phps/archive/master.tar.gz phps
nix-channel --update
Ad hardware channel:
Add hardware channel:
nix-channel --add https://github.com/NixOS/nixos-hardware/archive/master.tar.gz nixos-hardware
nix-channel --update
@ -32,8 +32,8 @@ See: https://github.com/NixOS/nixos-hardware
TODOs
-----
* Add first customer project with no longer supported PHP.
* Auto generate permissions for all the databases.
* Auto generate permissions for all the databases.
* Add docker-compose / podman-compose for Elasticsearch, proxy, solr.
* Add docker-compose / podman-compose for Elasticsearch.
* Add xdebug setup for fpm.