fix reboot reverting to old generation
This commit is contained in:
parent
a341d0dd30
commit
8ff86cc4b2
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
|
|
||||||
nodes = mkDeployNodes (machine: {
|
nodes = mkDeployNodes (machine: {
|
||||||
hostname = machine.hostName;
|
hostname = machine.hostName;
|
||||||
profiles.hypervisor = {
|
profiles.system = {
|
||||||
path = deploy-rs.lib.${system}.activate.nixos
|
path = deploy-rs.lib.${system}.activate.nixos
|
||||||
self.nixosConfigurations.${machine.name};
|
self.nixosConfigurations.${machine.name};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue