From 7332e53b54ec49a8912333c5cef447fdc5e3c708 Mon Sep 17 00:00:00 2001 From: scouckel Date: Sat, 10 Jan 2026 20:06:50 -0500 Subject: zfs for shar --- hosts/shar/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/shar/configuration.nix b/hosts/shar/configuration.nix index c870423..9fd0b1e 100644 --- a/hosts/shar/configuration.nix +++ b/hosts/shar/configuration.nix @@ -33,6 +33,13 @@ system.name = "shar"; networking.hostName = "shar"; # Define your hostname. + boot.supportedFilesystems = [ "zfs" ]; + + services.zfs = { + autoScrub.enable = true; + autoSnapshot.enable = true; + }; + # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; -- cgit v1.3