feat: inital public commit
This commit is contained in:
19
host/max/home/sops.nix
Normal file
19
host/max/home/sops.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ ... }:
|
||||
{
|
||||
sops = {
|
||||
|
||||
age.keyFile = "/home/max/.config/sops/age/keys.txt";
|
||||
|
||||
defaultSopsFile = ../../../secrets/sops/host/max/default.yaml;
|
||||
validateSopsFiles = false;
|
||||
|
||||
secrets = {
|
||||
"ssh_keys/max" = {
|
||||
path = "/home/max/.ssh/id_maxkey";
|
||||
};
|
||||
"waka_config" = {
|
||||
path = "/home/max/.wakatime.cfg";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user