mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
chore: small updates
This commit is contained in:
parent
2b009e7738
commit
97b121d1c5
4 changed files with 13 additions and 8 deletions
|
|
@ -8,6 +8,7 @@
|
|||
dig
|
||||
man
|
||||
gnupg
|
||||
curl
|
||||
];
|
||||
|
||||
etcBackupExtension = ".bak";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -63,8 +63,6 @@ in
|
|||
transmission = true;
|
||||
syncthing = true;
|
||||
monitoring = true;
|
||||
jenkins = false;
|
||||
emacs = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue