Switched to disk by labels

This commit is contained in:
Serĉanto de Scio 2019-12-11 10:03:58 +10:00
parent a0725d81f8
commit 281a7a72a4
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -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 ];