updated and moved wireguard

This commit is contained in:
John Lancaster
2026-03-26 18:57:28 -05:00
parent 061d5a6f47
commit f0cab4ad1f
3 changed files with 64 additions and 47 deletions
+8 -1
View File
@@ -11,8 +11,15 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [ "openssl-1.1.1w" ];
# allowUnfree = true;
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"1password"
"1password-cli"
"steam"
"steam-unwrapped"
"sublime4"
];
};
networking = {