Update common.nix
This commit is contained in:
parent
d033067c60
commit
11b008586d
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@
|
||||||
wantedBy = lib.mkForce [ ];
|
wantedBy = lib.mkForce [ ];
|
||||||
after = [ "multi-user.target" ];
|
after = [ "multi-user.target" ];
|
||||||
};
|
};
|
||||||
boot.initrd.systemd.enable = true; # if not already enabled
|
boot.initrd.systemd.enable = true;
|
||||||
|
boot.blacklistedKernelModules = [ "serial8250" ];
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
# Use latest kernel
|
# Use latest kernel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue