moved syncthing_base.nix

This commit is contained in:
Richie Cahill
2024-05-11 09:46:55 -04:00
parent 9c23dad021
commit 44bc4f1531
4 changed files with 7 additions and 20 deletions

View File

@ -1,7 +1,8 @@
{
imports = [
./hardware.nix
./syncthing_base.nix
../../users/richie/global/syncthing_base.nix
../../users/richie/global/zerotier.nix
];
boot = {
@ -85,11 +86,6 @@
fsWatcherEnabled = true;
};
};
zerotierone = {
enable = true;
joinNetworks = [ "e4da7455b2ae64ca" ];
};
};
system.autoUpgrade.enable = false;