From 9a40ac45f0e572a41f2f8f3d2f18c50338c9ddb2 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 11 Apr 2026 18:33:20 -0500 Subject: btrfs profile with autoscrubbing and move docker.storageDriver to the btrfs/zfs profiles --- hosts/libreX60/configuration.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'hosts/libreX60/configuration.nix') diff --git a/hosts/libreX60/configuration.nix b/hosts/libreX60/configuration.nix index 2ebb333..74b7012 100644 --- a/hosts/libreX60/configuration.nix +++ b/hosts/libreX60/configuration.nix @@ -18,10 +18,12 @@ # Enable common options _archetypes = { - # Use desktop profile - profiles.desktop = { - enable = true; - home.users.timmy.enable = true; + profiles = { + desktop = { + enable = true; + home.users.timmy.enable = true; + }; + btrfs.enable = true; }; }; -- cgit v1.2.3