specify server hosts

This commit is contained in:
William 2025-10-21 17:21:14 -03:00
parent 602fec0235
commit 14d08d6d70

View file

@ -36,6 +36,7 @@ in
alexandria = mkHost { alexandria = mkHost {
hostname = "alexandria"; hostname = "alexandria";
tags = [ tags = [
# "server" TODO: uncomment when 25.11 is out.
"fwupd" "fwupd"
"podman" "podman"
]; ];
@ -45,6 +46,7 @@ in
hostname = "trantor"; hostname = "trantor";
system = "aarch64-linux"; system = "aarch64-linux";
tags = [ tags = [
"server"
]; ];
}; };
}; };