Complete impermanence transition
This commit is contained in:
parent
9f26c7de39
commit
2bb4ba3d35
2 changed files with 0 additions and 14 deletions
|
@ -19,6 +19,4 @@
|
||||||
wireguard.client.enable = true;
|
wireguard.client.enable = true;
|
||||||
stateVersion = "24.05";
|
stateVersion = "24.05";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.persistence."/persist".enable = lib.mkForce false;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,18 +22,6 @@
|
||||||
options = [ "umask=0077" ];
|
options = [ "umask=0077" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# To be removed
|
|
||||||
"/home" = {
|
|
||||||
device = "/dev/disk/by-uuid/e50e186d-e5bc-40b0-9cd7-43b609cde3ea";
|
|
||||||
fsType = "btrfs";
|
|
||||||
options = [ "subvol=@home" ];
|
|
||||||
};
|
|
||||||
"/var" = {
|
|
||||||
device = "/dev/disk/by-uuid/e50e186d-e5bc-40b0-9cd7-43b609cde3ea";
|
|
||||||
fsType = "btrfs";
|
|
||||||
options = [ "subvol=@var" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
# Impermanence and subvols
|
# Impermanence and subvols
|
||||||
"/persist" = {
|
"/persist" = {
|
||||||
device = "/dev/disk/by-uuid/e50e186d-e5bc-40b0-9cd7-43b609cde3ea";
|
device = "/dev/disk/by-uuid/e50e186d-e5bc-40b0-9cd7-43b609cde3ea";
|
||||||
|
|
Loading…
Add table
Reference in a new issue