This commit is contained in:
commit
30ce0dafc2
195 changed files with 8902 additions and 0 deletions
21
users/rus07tam/secrets/system.nix
Normal file
21
users/rus07tam/secrets/system.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
sops = {
|
||||
secrets = {
|
||||
"rus07tam/hashedPassword" = {
|
||||
sopsFile = ./../../../secrets/rus07tam.yaml;
|
||||
};
|
||||
"rus07tam/keys/ssh/public" = {
|
||||
sopsFile = ./../../../secrets/rus07tam.yaml;
|
||||
mode = "0644";
|
||||
owner = "rus07tam";
|
||||
group = "users";
|
||||
};
|
||||
"rus07tam/keys/ssh/private" = {
|
||||
sopsFile = ./../../../secrets/rus07tam.yaml;
|
||||
mode = "0600";
|
||||
owner = "rus07tam";
|
||||
group = "users";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue