remove the obsolete profile
This commit is contained in:
parent
49b9cc8351
commit
658c6eb590
12
flake.nix
12
flake.nix
@ -111,18 +111,18 @@
|
|||||||
deploy.nodes.vno1-oh2 = {
|
deploy.nodes.vno1-oh2 = {
|
||||||
hostname = myData.hosts."vno1-oh2.servers.jakst".jakstIP;
|
hostname = myData.hosts."vno1-oh2.servers.jakst".jakstIP;
|
||||||
profiles = {
|
profiles = {
|
||||||
|
#updaterbot = {
|
||||||
|
# sshUser = "updaterbot";
|
||||||
|
# path =
|
||||||
|
# deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.vno1-oh2;
|
||||||
|
# user = "root";
|
||||||
|
#};
|
||||||
system = {
|
system = {
|
||||||
sshUser = "motiejus";
|
sshUser = "motiejus";
|
||||||
path =
|
path =
|
||||||
deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.vno1-oh2;
|
deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.vno1-oh2;
|
||||||
user = "root";
|
user = "root";
|
||||||
};
|
};
|
||||||
updaterbot = {
|
|
||||||
sshUser = "updaterbot";
|
|
||||||
path =
|
|
||||||
deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.vno1-oh2;
|
|
||||||
user = "root";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user