l 2 radio: remove unneeded sudo snippet

This commit is contained in:
lassulus 2016-06-18 20:08:46 +02:00
parent a6d1879739
commit 6e2cbdfb73

View File

@ -54,10 +54,6 @@ in {
mpc_cli
];
security.sudo.extraConfig = ''
${mainUser.name} ALL=(${name}) NOPASSWD: ALL
'';
services.mpd = {
enable = true;
group = "radio";