mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
test: impermanence
This commit is contained in:
parent
bd1f893de7
commit
e81fd3c97a
2 changed files with 23 additions and 546 deletions
|
|
@ -10,26 +10,30 @@ in
|
|||
{
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
device = "/dev/disk/by-label/root";
|
||||
device = "/dev/disk/by-uuid/00d712c2-5883-4409-afd8-514886f4e824";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=root" ];
|
||||
};
|
||||
|
||||
"/nix" = {
|
||||
device = "/dev/disk/by-label/root";
|
||||
device = "/dev/disk/by-uuid/00d712c2-5883-4409-afd8-514886f4e824";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=nix" ];
|
||||
};
|
||||
|
||||
"/persistent" = {
|
||||
device = "/dev/disk/by-label/root";
|
||||
device = "/dev/disk/by-uuid/00d712c2-5883-4409-afd8-514886f4e824";
|
||||
fsType = "btrfs";
|
||||
neededForBoot = true;
|
||||
options = [ "subvol=persistent" ];
|
||||
};
|
||||
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-label/BOOT";
|
||||
device = "/dev/disk/by-uuid/D018-1408";
|
||||
fsType = "vfat";
|
||||
options = [ "umask=0077" ];
|
||||
};
|
||||
|
||||
"/mnt/storage" = {
|
||||
device = "/dev/disk/by-label/storage";
|
||||
fsType = "ext4";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue