nix: embed the deployment in the configuration

This commit is contained in:
Primrose 2024-07-18 22:49:54 +02:00
parent 588401eea5
commit 8c3502818c
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 36 additions and 27 deletions

View file

@ -10,7 +10,7 @@
sshUser = "root";
profiles.system = {
user = "root";
path = inputs.deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.hydrogen;
path = self.nixosConfigurations.hydrogen.deploy;
};
};
}