From 990cac3ff8534c542e21226fd0b295a4c1b897ed Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 2 May 2025 14:31:53 +0200 Subject: flake: update --- common/default.nix | 5 +++++ common/services/pipewire.nix | 1 + 2 files changed, 6 insertions(+) (limited to 'common') diff --git a/common/default.nix b/common/default.nix index 694c8f0..37804b9 100644 --- a/common/default.nix +++ b/common/default.nix @@ -81,6 +81,11 @@ nix = { optimise.automatic = true; + gc = { + automatic = true; + dates = "daily"; + options = "--delete-older-than 30d"; + }; settings.experimental-features = [ "nix-command" "flakes" diff --git a/common/services/pipewire.nix b/common/services/pipewire.nix index d6efd73..1ad0a04 100644 --- a/common/services/pipewire.nix +++ b/common/services/pipewire.nix @@ -4,4 +4,5 @@ alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; + jack.enable = true; } -- cgit v1.2.3-70-g09d2