l wine: add user to video group

This commit is contained in:
lassulus 2017-07-10 19:49:14 +02:00
parent 07295990e9
commit 512a47f757

View File

@ -13,7 +13,10 @@ in {
description = "user for running wine";
home = "/home/wine";
useDefaultShell = true;
extraGroups = [ "audio" ];
extraGroups = [
"audio"
"video"
];
createHome = true;
};
};