Persist audio settings over reboots

This commit is contained in:
Charlotte Van Petegem 2021-02-22 19:57:41 +01:00
parent a94f6c3d87
commit 8927d09388
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -1,6 +1,10 @@
{ config, lib, ... }:
{
chvp.zfs.homeLinks = [
{ path = ".config/pipewire-media-session"; type = "cache"; }
];
sound.enable = true;
services.pipewire = {
enable = true;