config | get w1 working
This commit is contained in:
parent
8633aab463
commit
3a719d390f
5 changed files with 108 additions and 17 deletions
|
|
@ -69,15 +69,15 @@ in {
|
|||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelParams = ["consoleblank=60"];
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
};
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
efiSysMountPoint = "/boot";
|
||||
};
|
||||
};
|
||||
#loader = {
|
||||
#systemd-boot = {
|
||||
#enable = true;
|
||||
#};
|
||||
#efi = {
|
||||
#canTouchEfiVariables = true;
|
||||
#efiSysMountPoint = "/boot";
|
||||
#};
|
||||
#};
|
||||
plymouth = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue