mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-12-30 19:14:19 +00:00
Add default.yaml for sops and set as such
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
sops
|
||||
age
|
||||
];
|
||||
sops = {
|
||||
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
|
||||
defaultSopsFile = ../../secrets/default.yaml;
|
||||
};
|
||||
|
||||
security.sudo = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user