infrastructure/config/services/zfs.nix

8 lines
118 B
Nix

{ config, lib, pkgs, ... }:
{
services.zfs = {
autoScrub.enable = true;
autoSnapshot.enable = true;
};
}