From 1208975664a5aa8b5eb918fbf2875f73984aa45c Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 8 Jan 2024 23:53:06 +0100 Subject: [PATCH] fix: flake lib for deploy-rs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ef2bd0a9..f013635e 100644 --- a/flake.nix +++ b/flake.nix @@ -89,7 +89,7 @@ }; flake = { - deploy.nodes = self.b12f-os.lib.deploy.mkDeployNodes self.nixosConfigurations { + deploy.nodes = self.lib.deploy.mkDeployNodes self.nixosConfigurations { pioneer-momo-koeln = { hostname = "80.244.242.4"; sshUser = "barkeeper";