limina-root -> limina-data
This commit is contained in:
parent
283afec419
commit
72665ef874
|
@ -31,20 +31,20 @@ with lib; {
|
||||||
};
|
};
|
||||||
|
|
||||||
"/nix" = {
|
"/nix" = {
|
||||||
device = "/dev/disk/by-label/limina-root";
|
device = "/dev/disk/by-label/limina-data";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "subvol=@nix" "noexec" "noatime" "nodiratime" ];
|
options = [ "subvol=@nix" "noexec" "noatime" "nodiratime" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"/var/log" = {
|
"/var/log" = {
|
||||||
device = "/dev/disk/by-label/limina-root";
|
device = "/dev/disk/by-label/limina-data";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "subvol=@log" "noexec" "noatime" "nodiratime" ];
|
options = [ "subvol=@log" "noexec" "noatime" "nodiratime" ];
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"/state" = {
|
"/state" = {
|
||||||
device = "/dev/disk/by-label/limina-root";
|
device = "/dev/disk/by-label/limina-data";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "subvol=@state" "noexec" "noatime" "nodiratime" ];
|
options = [ "subvol=@state" "noexec" "noatime" "nodiratime" ];
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
|
|
Loading…
Reference in New Issue