nixosMod/vmCommon: fix settings requiring lists

main
Felix Stupp 1 year ago
parent b5f66debf2
commit 759900aa98
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -69,7 +69,7 @@ in
nix.optimise = {
# should not take long because of auto-optimise-store
dates = "05:30";
dates = lib.singleton "05:30";
};
}
@ -80,7 +80,7 @@ in
boot = {
kernelParams = "console=ttyS0,115200";
kernelParams = lib.singleton "console=ttyS0,115200";
loader = {
efi.canTouchEfiVariables = true;

Loading…
Cancel
Save