hosts/default.nix: add tower
This commit is contained in:
parent
d34555286b
commit
a28714dbab
1 changed files with 4 additions and 0 deletions
|
@ -55,4 +55,8 @@ in {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
hostname = "hermit";
|
hostname = "hermit";
|
||||||
};
|
};
|
||||||
|
tower = mkSystem {
|
||||||
|
system = "aarch_64-linux";
|
||||||
|
hostname = "tower";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue