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,6 +1,9 @@
{ pkgs, ... }:
{
imports = [ ../rhapsody-in-green/syncthing_base.nix ];
imports = [
../../users/richie/global/syncthing_base.nix
../../users/richie/global/zerotier.nix
];
networking = {
hostId = "1beb3027";
@ -110,14 +113,6 @@
trim.enable = true;
autoScrub.enable = true;
};
zerotierone = {
enable = true;
joinNetworks = [
"e4da7455b2ae64ca"
"52b337794f23c1d4"
];
};
};
system.stateVersion = "23.11";