specify server hosts
This commit is contained in:
parent
602fec0235
commit
14d08d6d70
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue