Compare commits
2 commits
0fc6a51cb0
...
f011b376bb
Author | SHA1 | Date | |
---|---|---|---|
Geoffrey Frogeye | f011b376bb | ||
Geoffrey Frogeye | ce636f08ff |
|
@ -9,5 +9,6 @@
|
||||||
'';
|
'';
|
||||||
interfaces.enp3s0.wakeOnLan.enable = true;
|
interfaces.enp3s0.wakeOnLan.enable = true;
|
||||||
};
|
};
|
||||||
|
services.tlp.settings.WOL_DISABLE = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,12 @@
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
restore_paused "yes"
|
restore_paused "yes"
|
||||||
|
audio_output {
|
||||||
|
type "pipewire"
|
||||||
|
name "PipeWire Sound Server"
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
|
# UPST auto audio_output ?
|
||||||
musicDirectory = "${config.home.homeDirectory}/Musiques";
|
musicDirectory = "${config.home.homeDirectory}/Musiques";
|
||||||
};
|
};
|
||||||
xdg = {
|
xdg = {
|
||||||
|
|
Loading…
Reference in a new issue