1
This commit is contained in:
parent
ed748097e2
commit
4688e8eb7e
@ -12,7 +12,9 @@
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.loader.grub.devices = [ ];
|
||||
boot.loader.grub.devices = [
|
||||
"/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888"
|
||||
];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
|
||||
|
Reference in New Issue
Block a user