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