[durruti] set nameserver

This commit is contained in:
2023-05-04 13:06:40 +02:00
parent 3fddbc8168
commit b318e1e820

View File

@@ -4,8 +4,11 @@ with lib;
{ {
boot.isContainer = true; boot.isContainer = true;
networking.hostName = mkDefault "durruti"; networking = {
networking.useDHCP = false; hostName = mkDefault "durruti";
useDHCP = false;
nameservers = [ "1.1.1.1" ];
};
imports = [ imports = [
../modules/malobeo_user.nix ../modules/malobeo_user.nix