hosts/default.nix: add tower

This commit is contained in:
Charlie Root 2025-03-02 19:42:33 +01:00
commit a28714dbab
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -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";
};
} }