nixos/hosts: declare fileSystems for testing hosts

This commit is contained in:
2026-05-03 23:51:00 -04:00
parent bb97397e6b
commit 91733ce19f
6 changed files with 21 additions and 2 deletions
+1
View File
@@ -32,6 +32,7 @@
device = "/dev/xvda2";
fsType = "btrfs";
options = [ "subvol=@persist" ] ++ defaultOptions;
neededForBoot = true;
};
};
}