[albert] add nameserver
Check flake syntax / flake-check (push) Failing after 31m23s
Hydra callback / on_pr (push) Skipped
Hydra callback / on_push (push) Skipped

This commit is contained in:
2026-08-31 12:30:51 +02:00
parent 933fcd4d9b
commit 6fc3709519
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ let
in
{
networking.hostName = "albert";
networking.networkmanager.enable = true;
sops.defaultSopsFile = ./secrets.yaml;
sops.secrets.wg_private = {};
+4 -1
View File
@@ -322,7 +322,10 @@ in
services.acpid.enable = true;
networking.hostName = "fanny";
networking.networkmanager.enable = true;
networking.nameservers = [
"192.168.1.1"
"1.1.1.1"
];
virtualisation.vmVariant.virtualisation.graphics = false;