diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-30 19:35:28 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-30 19:38:09 +0200 |
commit | a619a84496ebf4692c103bf8e229e9743dfcf185 (patch) | |
tree | dcfe3e1b12916467aef3a632069fed3908eff159 /modules | |
parent | modules/backup: Port to storagebox (diff) | |
download | nixos-config-a619a84496ebf4692c103bf8e229e9743dfcf185.zip |
pkgs/snap-sync-forked: Drop
This was only needed by the backup module. Should I require support for on-premise backups, setting up a local restic repo would be easier.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/home.legacy/pkgs/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/home.legacy/pkgs/default.nix b/modules/home.legacy/pkgs/default.nix index 416fd5dd..5ab1e73b 100644 --- a/modules/home.legacy/pkgs/default.nix +++ b/modules/home.legacy/pkgs/default.nix @@ -36,7 +36,6 @@ with pkgs; let Misc = [ killall # kill a application by name - snap-sync-forked # A btrfs based backup solution bc # Smart calculator aumo # Automatic mount jq # Json parser |