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 = [ "/" ];