nixos-config/hosts/prophet/filesystems/default.nix

9 lines
168 B
Nix
Raw Permalink Normal View History

2025-01-01 18:42:31 -05:00
{ ... }:
{
2025-03-08 02:44:09 -05:00
fileSystems."/persist/storage" = {
device = "/dev/disk/by-uuid/ef465845-cc56-4db5-9260-8ae515eb025e";
fsType = "btrfs";
noCheck = true;
2025-01-01 18:42:31 -05:00
};
}