Move services into their own file and enbale syncthing

This commit is contained in:
BuyMyMojo 2025-03-25 10:18:01 +11:00
parent 5582cd6ad9
commit aa22049e91
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
3 changed files with 83 additions and 54 deletions

View file

@ -34,6 +34,7 @@
};
modules = [
./configuration.nix
./services.nix
];
};