Added tower as deployed machine

This commit is contained in:
Luj 2023-01-09 22:10:53 +01:00
parent dd77a682b5
commit acb08e3466

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" = { packages."x86_64-linux" = {
tinystatus = import ./packages/tinystatus { inherit pkgs; }; tinystatus = import ./packages/tinystatus { inherit pkgs; };