Update portunus

This commit is contained in:
Sandro - 2023-07-12 15:11:29 +02:00
parent fe69a12995
commit 1f66965154
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
3 changed files with 6 additions and 7 deletions

View File

@ -215,17 +215,16 @@
internalIp4 = hosts4.auth;
internalIp6 = hosts6.up4.auth;
ldapPreset = true;
# those can't be under hosts/*/default.nix because those are not imported for the auth microvm
seedSettings.groups = [
{
long_name = "Grafana Administrators";
name = "grafana-admins";
manage_members = false;
permissions = {};
}
{
long_name = "Home-Assistant Users";
name = "home-assistant-users";
manage_members = false;
permissions = {};
}
];

View File

@ -399,11 +399,11 @@
]
},
"locked": {
"lastModified": 1688823980,
"narHash": "sha256-KjbiwNLWsmhSRz1mP4DEVII+3eGVRprTwdEZzVFwItk=",
"lastModified": 1689167468,
"narHash": "sha256-Dg/yIBk7p7zvY8d4R2Nzlo38BMKlH/21j7LW/cnWcMw=",
"owner": "SuperSandro2000",
"repo": "nixos-modules",
"rev": "0000000c066529e293dc26eae24c95703b92fe54",
"rev": "0000006c51797f55e7a097e1965320162ec46e87",
"type": "github"
},
"original": {

View File

@ -49,13 +49,13 @@
{
long_name = "Portunus Administrators";
name = "admins";
manage_members = false;
members = [ "admin" ];
permissions.portunus.is_admin = true;
}
{
long_name = "Search";
name = "search";
manage_members = false;
members = [ "search" ];
permissions.ldap.can_read = true;
}
];