deploy mtworx

main
Motiejus Jakštys 2024-04-04 19:54:51 +03:00
parent 525afc016e
commit 7070d4f25a
1 changed files with 12 additions and 0 deletions

View File

@ -340,6 +340,18 @@
};
};
mtworx = {
hostname = myData.hosts."mtworx.motiejus.jakst".jakstIP;
profiles = {
system = {
sshUser = "motiejus";
path =
self.nixosConfigurations.mtworx.pkgs.deploy-rs.lib.activate.nixos self.nixosConfigurations.mtworx;
user = "root";
};
};
};
vno1-op5p = {
hostname = myData.hosts."vno1-op5p.servers.jakst".jakstIP;
profiles = {