mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-04 07:59:40 +00:00
carbon: restic backup
This commit is contained in:
parent
35c1ea0822
commit
a4594e5b5a
7 changed files with 51 additions and 31 deletions
|
|
@ -7,6 +7,8 @@
|
|||
./networking.nix
|
||||
./bluetooth.nix
|
||||
./display.nix
|
||||
|
||||
./restic.nix
|
||||
./fs.nix
|
||||
|
||||
./inputMethod
|
||||
|
|
@ -65,6 +67,10 @@
|
|||
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;
|
||||
};
|
||||
|
||||
hardware.keyboard.zsa.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue