From cdcef674eb890ea37f0787b955249c040cea4589 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 21 Dec 2024 20:03:20 -0600 Subject: [PATCH] flatpak...shit --- hosts/workstation/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index e6ca8e4..09d1d38 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -122,6 +122,7 @@ }; }; services = { + flatpak.enable = true; btrfs.autoScrub = { enable = true; fileSystems = [ "/" ];