summaryrefslogtreecommitdiffstats
path: root/modules/lass/wine.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-06-14 19:22:37 +0200
committertv <tv@shackspace.de>2015-06-14 19:22:37 +0200
commitbff3b50dddb1bb37831d9f17ca25ccab7f7476fe (patch)
tree6a36b91b0ed33ba90b4da32d1fa995789f923a8d /modules/lass/wine.nix
parent78c3c09f1579d1f8132d95d260e9ed8789d3dfc5 (diff)
parentafa7f0b98d89c9746c204e4ee0dd79e7ae4eb23f (diff)
Merge remote-tracking branch 'mors/master' into mors-staging
Diffstat (limited to 'modules/lass/wine.nix')
-rw-r--r--modules/lass/wine.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lass/wine.nix b/modules/lass/wine.nix
index b9413d662..8d55da7fd 100644
--- a/modules/lass/wine.nix
+++ b/modules/lass/wine.nix
@@ -13,7 +13,7 @@ in {
description = "user for running wine";
home = "/home/wine";
useDefaultShell = true;
- extraGroups = [];
+ extraGroups = [ "audio" ];
createHome = true;
};
};