mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: embed the deployment in the configuration
This commit is contained in:
parent
588401eea5
commit
8c3502818c
2 changed files with 36 additions and 27 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue