This commit is contained in:
2026-04-26 00:08:44 -05:00
parent d4184b882e
commit 0952ba45ca
2 changed files with 2 additions and 5 deletions

View File

@@ -49,11 +49,6 @@
name = "netbird"; name = "netbird";
interface = "wt0"; interface = "wt0";
hardened = false; hardened = false;
login = {
enable = true;
setupKeyFile = config.sops.secrets."netbirdKey".path;
};
}; };
package = pkgs-us.netbird; package = pkgs-us.netbird;

View File

@@ -60,6 +60,8 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nix.settings.extra-sandbox-paths = [ "/nix/var/cache/ccache-kernel" ]; # this is weird
networking = { networking = {
hostName = "homebox"; hostName = "homebox";