actually enable admin access to pruflas
This commit is contained in:
parent
c2ec59d1cb
commit
400ec335ac
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ config
|
||||
, pkgs
|
||||
, lib
|
||||
, admins
|
||||
, ...
|
||||
}:
|
||||
with lib; {
|
||||
|
@ -41,6 +42,7 @@ with lib; {
|
|||
};
|
||||
|
||||
dadada.admin.enable = true;
|
||||
dadada.admin.users = admins;
|
||||
|
||||
dadada.backupClient = {
|
||||
bs.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue