nixos-infra/users/rus07tam/secrets/home.nix
Rustam Efimov 30ce0dafc2
Some checks failed
Nix CI / build (push) Failing after 31s
initial commit
2026-04-01 08:50:01 +03:00

17 lines
309 B
Nix

{
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";
};
};
};
}