This commit is contained in:
2025-03-14 23:53:01 -04:00
parent 74532df9a2
commit 4c3ff4e6ff
7 changed files with 81 additions and 83 deletions

View File

@@ -17,12 +17,6 @@
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
# 3tb HDD
fileSystems.${service_configs.hdd_path} = {
device = "/dev/disk/by-uuid/f69b8c84-20ca-448f-b580-8951f20b9fc1";
fsType = "xfs";
};
swapDevices = [ ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";