From 700aa0da6e0f1c961711cb41351bd198400387f8 Mon Sep 17 00:00:00 2001 From: Frank LoTurco Date: Sun, 16 Aug 2026 16:43:54 -0400 Subject: [PATCH] nixos-server: add borg backup --- hosts/shared/nixos-server.nix | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/hosts/shared/nixos-server.nix b/hosts/shared/nixos-server.nix index 46933f6..4449e8f 100644 --- a/hosts/shared/nixos-server.nix +++ b/hosts/shared/nixos-server.nix @@ -17,30 +17,6 @@ in }; services = { - snapper = { - snapshotInterval = "hourly"; - cleanupInterval = "1d"; - configs = { - home = { - SUBVOLUME = "/home"; - TIMELINE_CREATE = true; - TIMELINE_CLEANUP = true; - TIMELINE_LIMIT_HOURLY = "10"; - TIMELINE_LIMIT_DAILY = "7"; - TIMELINE_LIMIT_WEEKLY = "2"; - TIMELINE_LIMIT_MONTHLY = "0"; - TIMELINE_LIMIT_YEARLY = "0"; - BACKGROUND_COMPARISON = "yes"; - NUMBER_CLEANUP = "no"; - NUMBER_MIN_AGE = "1800"; - NUMBER_LIMIT = "50"; - NUMBER_LIMIT_IMPORTANT = "10"; - EMPTY_PRE_POST_CLEANUP = "yes"; - EMPTY_PRE_POST_MIN_AGE = "1800"; - }; - }; - }; - avahi = { enable = true; nssmdns4 = true; @@ -205,6 +181,7 @@ in devenv jump weather + borgbackup openjdk openjdk17 openjdk25