deploy vno3-nk

This commit is contained in:
Motiejus Jakštys 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 = {

View File

@ -603,6 +603,7 @@ in
deployDerivations = [
".#fwminex"
".#fra1-b"
".#vno3-nk"
];
deployIfPresent = [
{