This commit is contained in:
DashieTM 2024-08-31 14:29:16 +02:00
parent 4123f8ccac
commit 34d6f22b61
13 changed files with 153 additions and 61 deletions

View file

@ -2,6 +2,7 @@
pkgs,
config,
lib,
hostName,
modulesPath,
...
}:
@ -47,7 +48,7 @@ in
networking = {
useDHCP = lib.mkDefault true;
networkmanager.enable = true;
hostName = config.conf.hostname;
hostName = hostName;
};
# Set your time zone.