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