feat(home-server): rename felix-rpi4 to home-server
This commit is contained in:
parent
2977d1445d
commit
e3fbe28103
2 changed files with 5 additions and 7 deletions
services/restic
|
@ -13,9 +13,7 @@ in {
|
|||
environment.systemPackages = with pkgs; [ restic ];
|
||||
|
||||
services.restic.backups.full = resticLib.resticConfig {
|
||||
name = "rpi4";
|
||||
# TODO migrate old repository
|
||||
# repository = "b2:felschr-rpi4-backup:/full";
|
||||
name = "home-server";
|
||||
ripgrep = true;
|
||||
paths = [ "/etc/nixos" "/var/lib" "/home" ];
|
||||
ignorePatterns = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue