deploy vno3-nk

This commit is contained in:
2024-12-06 01:48:32 +02:00
parent 4f13a55a8c
commit fbed7640fd
2 changed files with 12 additions and 0 deletions

View File

@@ -258,6 +258,17 @@
};
};
vno3-nk = {
hostname = myData.hosts."vno3-nk.servers.jakst".jakstIP;
profiles = {
system = {
sshUser = "motiejus";
path = self.nixosConfigurations.vno3-nk.pkgs.deploy-rs.lib.activate.nixos self.nixosConfigurations.vno3-nk;
user = "root";
};
};
};
fra1-b = {
hostname = myData.hosts."fra1-b.servers.jakst".jakstIP;
profiles = {