mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
test: impermanence
This commit is contained in:
parent
882c220bef
commit
397b1a7ff0
1 changed files with 4 additions and 4 deletions
|
|
@ -7,8 +7,8 @@
|
||||||
let
|
let
|
||||||
inherit (flake.config.people) user0;
|
inherit (flake.config.people) user0;
|
||||||
|
|
||||||
rootDevice = "/dev/disk/by-uuid/df9868a4-2dd1-40d5-9f5f-c56ceac62216";
|
rootDevice = "/dev/disk/by-label/root";
|
||||||
bootDevice = "/dev/disk/by-uuid/DF19-AD99";
|
bootDevice = "/dev/disk/by-label/BOOT";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
|
|
@ -28,12 +28,12 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
"/persistent" = {
|
"/persist" = {
|
||||||
device = rootDevice;
|
device = rootDevice;
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
options = [
|
options = [
|
||||||
"subvol=persistent"
|
"subvol=persist"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue