Switched to disk by labels
This commit is contained in:
parent
a0725d81f8
commit
281a7a72a4
|
@ -12,12 +12,12 @@
|
|||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/f67b21ce-15c8-4008-bd08-01763f5cd4be";
|
||||
{ device = "/dev/disk/by-label/nixos";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
[ { device = "/dev/disk/by-uuid/115d6657-bb74-4d6b-bd04-7557a83ebd52"; }
|
||||
[ { device = "/dev/disk/by-label/swap"; }
|
||||
];
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [ vaapiIntel ];
|
||||
|
|
Loading…
Reference in a new issue