removing ssd from workstation

This commit is contained in:
Danilo Reyes 2025-07-26 10:17:55 -06:00
parent ffcde8309c
commit b27c44fb97

View File

@ -85,11 +85,6 @@
keyFile = "/keyfile";
preLVM = true;
};
luks.devices.hd = {
device = "/dev/disk/by-uuid/59ac5e2e-cf50-4a23-94c8-d9f2fa13c805";
keyFile = "/keyfile";
preLVM = true;
};
};
};
fileSystems =
@ -114,7 +109,8 @@
"space_cache=v2"
"commit=120"
"datacow"
] ++ (if subvol == "nixos" then [ "noatime" ] else [ ]);
]
++ (if subvol == "nixos" then [ "noatime" ] else [ ]);
};
in
{