This commit is contained in:
tristan 2024-10-24 10:45:14 +01:00
parent ca39b169c2
commit 825381f98b
7 changed files with 31 additions and 23 deletions

View file

@ -60,7 +60,7 @@ in {
boot.plymouth.enable = true;
boot.initrd.verbose = false;
boot.consoleLogLevel = 1;
boot.kernelParams = [ "quiet" "udev.log_level=3" ];
boot.kernelParams = ["quiet" "udev.log_level=3"];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
@ -110,5 +110,4 @@ in {
};
}
];
}