feat: initial commit
This commit is contained in:
commit
a28c2b5563
19 changed files with 314 additions and 0 deletions
15
config/secrets.nix
Normal file
15
config/secrets.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
openssh = {
|
||||
users = {
|
||||
nudelerde = {
|
||||
pub_keys = {
|
||||
file = ../secrets/openssh/nudelerde/pub_keys;
|
||||
path = "/home/nudelerde/.ssh/authorized_keys";
|
||||
owner = "nudelerde";
|
||||
group = "users";
|
||||
mode = "0600";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue