Add nix cache implementation

This commit is contained in:
Natsu Kagami 2024-08-16 14:36:11 +02:00
parent f0807443fd
commit 9fecd353f8
Signed by: nki
GPG key ID: 55A032EB38B49ADB
7 changed files with 76 additions and 6 deletions

View file

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