This commit is contained in:
m3tam3re
2024-10-24 13:29:49 +02:00
parent c6d1b9a2ad
commit d0b1d9b775
4 changed files with 114 additions and 2 deletions

View File

@ -89,6 +89,11 @@
networking.nat.enable = true;
networking.nat.internalInterfaces = ["ve-+"];
networking.nat.externalInterface = "enp1s0";
#security.sudo.wheelNeedsPassword = false;
security.sudo.extraConfig = "m3tam3re ALL=(ALL) NOPASSWD: ALL";
# networking.firewall.enable = false;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions

View File

@ -39,6 +39,5 @@
./secrets.nix
./services
];
extraServices.podman.enable = true;
}