summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-05-02 14:31:53 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2025-05-02 14:31:53 +0200
commit990cac3ff8534c542e21226fd0b295a4c1b897ed (patch)
tree9897d7e8ac298d83826e229cf6b3666351ed9c23 /common
parent89a4138ad9bd47620a5dfafa1bec1992ea0f09c8 (diff)
flake: update
Diffstat (limited to 'common')
-rw-r--r--common/default.nix5
-rw-r--r--common/services/pipewire.nix1
2 files changed, 6 insertions, 0 deletions
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;
}