Compare commits
2 commits
e0a4923127
...
aa9aee2b21
| Author | SHA1 | Date | |
|---|---|---|---|
| aa9aee2b21 | |||
| 51f29861fc |
2 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
[ "53:53/tcp" "53:53/udp" "80:80/tcp" "443:443/tcp" ];
|
||||
environmentFiles = [ config.age.secrets.pihole-credentials.path ];
|
||||
networks = [ "bridge" ];
|
||||
dns = [ "127.0.0.1" "194.242.2.9" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@
|
|||
boot.loader.systemd-boot.enable = 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
|
||||
age.secrets = {
|
||||
network-information = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue