l 2 elster: use chromium package

This commit is contained in:
lassulus 2015-12-12 18:25:37 +01:00
parent f913904eba
commit e5d46002e5
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ in {
createHome = true;
};
};
krebs.per-user.elster.packages = [
pkgs.chromium
];
security.sudo.extraConfig = ''
${mainUser.name} ALL=(elster) NOPASSWD: ALL
'';