From e200a4db50c39a612331aab2ba445c5abccda96f Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 29 May 2024 12:11:26 -0500 Subject: [PATCH] refactor(nix/host/orion): remove snapper --- hosts/orion/os/fs.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/hosts/orion/os/fs.nix b/hosts/orion/os/fs.nix index 5f2ab515..78308c22 100644 --- a/hosts/orion/os/fs.nix +++ b/hosts/orion/os/fs.nix @@ -15,15 +15,6 @@ "/persist" ]; }; - snapper = { - # NOTE: According to `snapper-config(5)` the default timeline count for all timelines is 10 - # (see TIMELINE_LIMIT_HOURLY, ...DAILY, etc.) - configs.persist = { - TIMELINE_CREATE = true; - TIMELINE_CLEANUP = true; - SUBVOLUME = "${persist-dir}"; - }; - }; }; fileSystems."${persist-dir}".neededForBoot = true; @@ -107,4 +98,4 @@ }; }; }; -} +} \ No newline at end of file