chore: small updates

This commit is contained in:
Swarsel 2024-12-15 19:59:34 +01:00
parent 2b009e7738
commit 97b121d1c5
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 13 additions and 8 deletions

View file

@ -8,6 +8,7 @@
dig
man
gnupg
curl
];
etcBackupExtension = ".bak";

View file

@ -68,7 +68,6 @@ in
# system.stateVersion = "23.11"; # TEMPLATE - but probably no need to change
# do not manage OCI syncthing through nix config
services.syncthing = {
enable = true;
@ -82,7 +81,7 @@ in
hasFingerprint = false;
impermanence = false;
isBtrfs = false;
flakePath = "~/.dotfiles";
flakePath = "/root/.dotfiles";
server = {
enable = true;
forgejo = true;

View file

@ -63,8 +63,6 @@ in
transmission = true;
syncthing = true;
monitoring = true;
jenkins = false;
emacs = true;
};
};