New subvolume for the config

This commit is contained in:
Jimbo 2024-10-29 15:35:17 -04:00
parent cd9bde0445
commit 37ca14460c

View file

@ -36,6 +36,11 @@
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=@nix" "noatime" "nodiratime" "discard" ]; options = [ "subvol=@nix" "noatime" "nodiratime" "discard" ];
}; };
"/etc/nixos" = {
device = "/dev/disk/by-uuid/bbfed7d1-62f2-4d8e-b63f-7f6ec932105b";
fsType = "btrfs";
options = [ "subvol=@nixconf" "noatime" "nodiratime" "discard" ];
};
"/var" = { "/var" = {
device = "/dev/disk/by-uuid/bbfed7d1-62f2-4d8e-b63f-7f6ec932105b"; device = "/dev/disk/by-uuid/bbfed7d1-62f2-4d8e-b63f-7f6ec932105b";
fsType = "btrfs"; fsType = "btrfs";