mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-29 07:10:51 +01:00
Added tower as deployed machine
This commit is contained in:
parent
d25dd948cd
commit
8a3e943142
1 changed files with 9 additions and 0 deletions
|
@ -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; };
|
||||
|
|
Loading…
Add table
Reference in a new issue