Revert "[albert] add nameserver"

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