fstab & virt changes

This commit is contained in:
2024-04-04 00:21:13 -06:00
parent da91eb3699
commit 02397ee72a
2 changed files with 3 additions and 14 deletions

View File

@@ -34,10 +34,6 @@
# device = "/dev/disk/by-uuid/7fcac808-491f-4846-a4a9-a34cc77cb43d";
# preLVM = true;
# };
# hnbox = {
# device = "/dev/disk/by-uuid/c7dd2d5a-b0b3-46a0-aca9-3d4975c1f0bc";
# preLVM = true;
# };
};
kernelModules = [ "kvm-intel" ];
kernel.sysctl = {
@@ -93,11 +89,6 @@
# "datacow"
# ];
# };
# "/mnt/disks/hnbox" = {
# device = "/dev/mapper/hnbox";
# fsType = "btrfs";
# options = [ "compress=zstd:3" "space_cache=v2" "commit=120" "datacow" ];
# };
"/boot" = {
device = "/dev/disk/by-uuid/c574cb53-dc40-46db-beff-0fe8a4787156";
fsType = "ext4";