add deploy-rs for remotely deploy nixos config
This commit is contained in:
parent
cf03484587
commit
ae7d74249b
15 changed files with 290 additions and 85 deletions
|
|
@ -127,6 +127,10 @@
|
|||
mode = "0600";
|
||||
path = "${config.home.homeDirectory}/.ssh/id_ed25519_cape";
|
||||
};
|
||||
"ssh-private-key/deploy" = {
|
||||
mode = "0600";
|
||||
path = "${config.home.homeDirectory}/.ssh/id_ed25519_deploy";
|
||||
};
|
||||
"ssh-config" = {
|
||||
mode = "0400";
|
||||
format = "yaml";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue