btrfs-auto-snapshot
This commit is contained in:
5
modules/profiles/btrfs/default.nix
Normal file
5
modules/profiles/btrfs/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
boot.supportedFilesystems = ["btrfs"];
|
||||
|
||||
environment.systemPackages = [pkgs.btrfs-auto-snapshot];
|
||||
}
|
||||
Reference in New Issue
Block a user