test z2w
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user