homelab-host-module #27

Merged
torjus merged 3 commits from homelab-host-module into master 2026-02-07 01:56:38 +00:00
Showing only changes of commit a926d34287 - Show all commits

View File

@@ -13,10 +13,7 @@
homelab.dns.cnames = [ "nix-cache" "actions1" ];
homelab.host = {
priority = "low";
role = "build-host";
};
homelab.host.role = "build-host";
fileSystems."/nix" = {
device = "/dev/disk/by-label/nixcache";