nix: moved secrets path

This commit is contained in:
Primrose 2024-10-30 19:33:56 +01:00
parent 30bbb00f6b
commit 7b8c2bcfcc
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
13 changed files with 11 additions and 11 deletions

View file

@ -51,19 +51,19 @@
age.secrets = {
sshconfig = {
file = ../../secrets/sshconfig.age;
file = ../../../secrets/sshconfig.age;
path = "/home/leana/.ssh/config";
mode = "644";
owner = "leana";
};
wpa_password.file = ../../secrets/wpa_password.age;
wireguard_priv.file = ../../secrets/wireguard_priv.age;
wireguard_psk.file = ../../secrets/wireguard_psk.age;
wpa_password.file = ../../../secrets/wpa_password.age;
wireguard_priv.file = ../../../secrets/wireguard_priv.age;
wireguard_psk.file = ../../../secrets/wireguard_psk.age;
restic_backblaze_pwd.file = ../../secrets/restic_backblaze_pwd.age;
restic_backblaze_repo.file = ../../secrets/restic_backblaze_repo.age;
restic_backblaze_env.file = ../../secrets/restic_backblaze_env.age;
restic_backblaze_pwd.file = ../../../secrets/restic_backblaze_pwd.age;
restic_backblaze_repo.file = ../../../secrets/restic_backblaze_repo.age;
restic_backblaze_env.file = ../../../secrets/restic_backblaze_env.age;
};
hardware.keyboard.zsa.enable = true;