Compare commits
No commits in common. "aa9aee2b216f145296fee0623babe491b17d1589" and "e0a4923127176ade37c181e23e63df20d4e7480b" have entirely different histories.
aa9aee2b21
...
e0a4923127
2 changed files with 0 additions and 5 deletions
|
|
@ -19,7 +19,6 @@
|
||||||
[ "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" ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -17,10 +17,6 @@
|
||||||
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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue