This commit is contained in:
Jana Dönszelmann 2025-08-03 16:18:32 +02:00
parent 552eceaf18
commit d35531c1bd
No known key found for this signature in database
15 changed files with 365 additions and 4 deletions

View file

@ -7,6 +7,6 @@ _: {
}
];
networking.defaultGateway = "192.168.178.1";
networking.nameservers = [ "8.8.8.8" ];
networking.networkmanager.enable = true;
networking.firewall.enable = false;
}