mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Update fileSystems entry to use disk by-label
This commit is contained in:
parent
bbc0e19188
commit
aea097cdc1
2 changed files with 7 additions and 2 deletions
|
@ -9,7 +9,12 @@ systemConfiguration {
|
|||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
boot.initrd.availableKernelModules = [ "ahci" "ata_piix" "nvme" "sr_mod" ];
|
||||
boot.initrd.availableKernelModules = [
|
||||
"ahci"
|
||||
"ata_piix"
|
||||
"nvme"
|
||||
"sr_mod"
|
||||
];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/root";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue