diff --git a/machines/storage/s0/configuration.nix b/machines/storage/s0/configuration.nix index 68dc9d8..c412acc 100644 --- a/machines/storage/s0/configuration.nix +++ b/machines/storage/s0/configuration.nix @@ -17,6 +17,8 @@ boot.supportedFilesystems = [ "bcachefs" ]; + services.zerotierone.enable = true; + # for education purposes only services.pykms.enable = true; services.pykms.openFirewallPort = true;