Convert dedicated disk to nix store; add noatime option for mounting and require for boot
This commit is contained in:
parent
2ee3840687
commit
baf8223799
@ -19,9 +19,11 @@
|
|||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
"/mnt/data" = {
|
"/nix" = {
|
||||||
device = "/dev/disk/by-label/SDA-EXT";
|
device = "/dev/disk/by-label/SDA-EXT";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
|
neededForBoot = true;
|
||||||
|
options = [ "noatime" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user