summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
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;
}