diff options
Diffstat (limited to '')
| -rw-r--r-- | profiles/restic-backup.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/profiles/restic-backup.nix b/profiles/restic-backup.nix index 976bbcf..a50e5a3 100644 --- a/profiles/restic-backup.nix +++ b/profiles/restic-backup.nix @@ -1,10 +1,5 @@ { config, pkgs, ... }: { - age.secrets = { - restic-local-pw.file = ../secrets/restic-pw.age; - restic-nas-smb-config.file = ../secrets/restic-nas-smb-config.age; - }; - environment.systemPackages = with pkgs; [ rclone restic |
