l dcso-dev: enable minio

This commit is contained in:
lassulus 2018-02-13 17:30:52 +01:00
parent 9c8c17c7c8
commit e6eebd606c

View File

@ -57,4 +57,6 @@ in {
security.sudo.extraConfig = ''
${mainUser.name} ALL=(dev) NOPASSWD: ALL
'';
services.minio.enable = true;
}