Compare commits

..

2 commits

2 changed files with 5 additions and 0 deletions

View file

@ -19,6 +19,7 @@
[ "53:53/tcp" "53:53/udp" "80:80/tcp" "443:443/tcp" ]; [ "53:53/tcp" "53:53/udp" "80:80/tcp" "443:443/tcp" ];
environmentFiles = [ config.age.secrets.pihole-credentials.path ]; environmentFiles = [ config.age.secrets.pihole-credentials.path ];
networks = [ "bridge" ]; networks = [ "bridge" ];
dns = [ "127.0.0.1" "194.242.2.9" ];
}; };
}; };
}; };

View file

@ -17,6 +17,10 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# Ignore lid - so I can close without having the system go into sleep mode
services.logind.lidSwitch = "ignore";
services.logind.lidSwitchDocked = "ignore";
# Secrets # Secrets
age.secrets = { age.secrets = {
network-information = { network-information = {