i have no idea why this works... this is fine.
This commit is contained in:
parent
c04f17a4dc
commit
6f01cab4b7
1 changed files with 5 additions and 1 deletions
|
@ -14,8 +14,12 @@
|
|||
boot.extraModulePackages = [ ];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot.initrd.systemd.enable = true;
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/91f6e726-d85d-4685-8325-d220c287e45b";
|
||||
{ #device = "/dev/disk/by-uuid/91f6e726-d85d-4685-8325-d220c287e45b";
|
||||
device = "/dev/mapper/root";
|
||||
neededForBoot = true;
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue