commit 658c6eb59002bf3c9ff4000d4c3bfa1e9e9cf87d (tree) parent 49b9cc8351dcc5263cd3306173a7c22705829650 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Fri, 28 Jul 2023 16:12:04 +0300 remove the obsolete profile Diffstat:
| M | flake.nix | | | 12 | ++++++------ |
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/flake.nix b/flake.nix @@ -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"; - }; }; };