nixos/hosts: declare fileSystems for testing hosts

This commit is contained in:
2026-05-03 23:51:00 -04:00
parent a708c04a9a
commit dc374e8c04
6 changed files with 21 additions and 2 deletions
+4
View File
@@ -1,4 +1,8 @@
{
imports = [
./storage.nix
];
networking.fqdn = "tuxcord.test";
acme.enable = false;