remove the obsolete profile

This commit is contained in:
Motiejus Jakštys 2023-07-28 16:12:04 +03:00
parent 49b9cc8351
commit 658c6eb590
1 changed files with 6 additions and 6 deletions

View File

@ -111,18 +111,18 @@
deploy.nodes.vno1-oh2 = {
hostname = myData.hosts."vno1-oh2.servers.jakst".jakstIP;
profiles = {
#updaterbot = {
# sshUser = "updaterbot";
# path =
# deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.vno1-oh2;
# user = "root";
#};
system = {
sshUser = "motiejus";
path =
deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.vno1-oh2;
user = "root";
};
updaterbot = {
sshUser = "updaterbot";
path =
deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.vno1-oh2;
user = "root";
};
};
};