Added tower as deployed machine

This commit is contained in:
Julien Malka 2023-01-09 22:10:53 +01:00
parent d25dd948cd
commit 8a3e943142
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -97,6 +97,15 @@
};
deploy.nodes.tower = {
hostname = "tower.julienmalka.me";
profiles.system = {
sshUser = "root";
sshOpts = [ "-p" "45" ];
fastConnection = true;
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.tower;
};
};
packages."x86_64-linux" = {
tinystatus = import ./packages/tinystatus { inherit pkgs; };