ma wbob.r: put self into pulse group

This commit is contained in:
makefu 2018-04-04 14:44:28 +02:00
parent 0d4bb21df5
commit bb41144dc0
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -33,6 +33,9 @@ in {
<stockholm/makefu/2configs/share/wbob.nix>
<stockholm/makefu/2configs/bluetooth-mpd.nix>
{
users.users.makefu.extraGroups = [ "pulse" ];
}
# Sensors
<stockholm/makefu/2configs/stats/telegraf>
@ -121,6 +124,7 @@ in {
networking.firewall.allowedTCPPorts = [
655
8081 #smokeping
8086 #influx
49152
];
networking.firewall.trustedInterfaces = [ "enp0s25" ];