This commit is contained in:
commit
30ce0dafc2
195 changed files with 8902 additions and 0 deletions
17
users/rus07tam/secrets/home.nix
Normal file
17
users/rus07tam/secrets/home.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
sops = {
|
||||
defaultSopsFile = ./../../../secrets/rus07tam.yaml;
|
||||
age.sshKeyPaths = [
|
||||
"/home/rus07tam/.ssh/id_ed25519"
|
||||
];
|
||||
|
||||
secrets = {
|
||||
"rus07tam/keys/ssh/public" = {
|
||||
mode = "0644";
|
||||
};
|
||||
"rus07tam/keys/ssh/private" = {
|
||||
mode = "0600";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue