add nixos configuration for Cape
This commit is contained in:
parent
a69f8cd125
commit
cf03484587
20 changed files with 310 additions and 13 deletions
|
|
@ -123,6 +123,10 @@
|
|||
mode = "0600";
|
||||
path = "${config.home.homeDirectory}/.ssh/id_ed25519_akun";
|
||||
};
|
||||
"ssh-private-key/cape" = {
|
||||
mode = "0600";
|
||||
path = "${config.home.homeDirectory}/.ssh/id_ed25519_cape";
|
||||
};
|
||||
"ssh-config" = {
|
||||
mode = "0400";
|
||||
format = "yaml";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue