btrfs-auto-snapshot

This commit is contained in:
2024-05-06 05:55:27 +03:00
parent 50c84391ee
commit df9d3da612
5 changed files with 82 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
boot.supportedFilesystems = ["btrfs"];
environment.systemPackages = [pkgs.btrfs-auto-snapshot];
}