add vms filesystem

This commit is contained in:
Christoph Cullmann 2024-05-30 19:08:19 +02:00
parent 1ffc7dbdf8
commit 3ac6cd9dc1

View file

@ -19,16 +19,13 @@
fsType = "vfat"; fsType = "vfat";
neededForBoot = true; neededForBoot = true;
}; };
/*
# vms # vms
boot.initrd.luks.devices."crypt-vms".device = "/dev/disk/by-id/ata-CT2000MX500SSD1_2138E5D5061F";
fileSystems."/home/cullmann/vms" = fileSystems."/home/cullmann/vms" =
{ device = "/dev/mapper/crypt-vms"; { device = "vpool/vms";
fsType = "btrfs"; fsType = "zfs";
neededForBoot = true;
options = [ "noatime" "nodiratime" ];
depends = [ "/home" ]; depends = [ "/home" ];
};*/ };
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;