mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-05 11:38:07 +02: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" = {
|
packages."x86_64-linux" = {
|
||||||
tinystatus = import ./packages/tinystatus { inherit pkgs; };
|
tinystatus = import ./packages/tinystatus { inherit pkgs; };
|
||||||
|
|
Loading…
Add table
Reference in a new issue