mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: moved secrets path
This commit is contained in:
parent
30bbb00f6b
commit
7b8c2bcfcc
13 changed files with 11 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue