From 8927d09388bcb98800f177647d7cd9ab865ce977 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 22 Feb 2021 19:57:41 +0100 Subject: [PATCH] Persist audio settings over reboots --- configurations/sound.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configurations/sound.nix b/configurations/sound.nix index 60e0aaf6..314e19d9 100644 --- a/configurations/sound.nix +++ b/configurations/sound.nix @@ -1,6 +1,10 @@ { config, lib, ... }: { + chvp.zfs.homeLinks = [ + { path = ".config/pipewire-media-session"; type = "cache"; } + ]; + sound.enable = true; services.pipewire = { enable = true;