format
This commit is contained in:
parent
ca39b169c2
commit
825381f98b
7 changed files with 31 additions and 23 deletions
|
|
@ -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 {
|
|||
};
|
||||
}
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue