diff --git a/modules/features/netbird/netbird.nix b/modules/features/netbird/netbird.nix index e9e46ce..c8ffedc 100644 --- a/modules/features/netbird/netbird.nix +++ b/modules/features/netbird/netbird.nix @@ -49,11 +49,6 @@ name = "netbird"; interface = "wt0"; hardened = false; - - login = { - enable = true; - setupKeyFile = config.sops.secrets."netbirdKey".path; - }; }; package = pkgs-us.netbird; diff --git a/modules/hosts/homebox/configuration.nix b/modules/hosts/homebox/configuration.nix index 9033631..046086e 100644 --- a/modules/hosts/homebox/configuration.nix +++ b/modules/hosts/homebox/configuration.nix @@ -60,6 +60,8 @@ nixpkgs.config.allowUnfree = true; + nix.settings.extra-sandbox-paths = [ "/nix/var/cache/ccache-kernel" ]; # this is weird + networking = { hostName = "homebox";