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,5 +1,6 @@
{ pkgs, ... }:
{
imports = [ ../../users/richie/global/zerotier.nix ];
networking = {
hostId = "1beb3026";
@ -54,11 +55,6 @@
trim.enable = true;
autoScrub.enable = true;
};
zerotierone = {
enable = true;
joinNetworks = [ "e4da7455b2ae64ca" ];
};
};
system.stateVersion = "23.05";