Better deployment keys separation
This commit is contained in:
parent
9b026f8a05
commit
2a46d9d455
7 changed files with 46 additions and 29 deletions
|
|
@ -272,6 +272,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
odin = {
|
||||
hostname = "odin.local";
|
||||
profiles.system = {
|
||||
user = "root";
|
||||
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.odin;
|
||||
};
|
||||
};
|
||||
|
||||
loki = {
|
||||
hostname = "loki.local";
|
||||
profiles.system = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue