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 {
|
||||
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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue