From 8ff86cc4b210e6da86c4ac40c0bedb2c0e987d3e Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Tue, 16 Jan 2024 21:47:41 +0100 Subject: [PATCH] fix reboot reverting to old generation --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 194fbef..62a54d1 100644 --- a/flake.nix +++ b/flake.nix @@ -86,7 +86,7 @@ nodes = mkDeployNodes (machine: { hostname = machine.hostName; - profiles.hypervisor = { + profiles.system = { path = deploy-rs.lib.${system}.activate.nixos self.nixosConfigurations.${machine.name}; };