Add nix cache implementation
This commit is contained in:
parent
f0807443fd
commit
9fecd353f8
7 changed files with 76 additions and 6 deletions
|
@ -16,8 +16,8 @@
|
|||
];
|
||||
|
||||
# Secrets
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
common.linux.sops.enable = true;
|
||||
common.linux.sops.file = ./secrets.yaml;
|
||||
|
||||
## tinc
|
||||
sops.secrets."tinc-private-key" = { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue