config/modules/profiles/btrfs/default.nix
2024-07-29 15:39:54 +03:00

7 lines
124 B
Nix

{ pkgs, ... }:
{
boot.supportedFilesystems = [ "btrfs" ];
environment.systemPackages = [ pkgs.btrfs-auto-snapshot ];
}