fix group error
This commit is contained in:
parent
2fcab00d34
commit
86d2a40885
1 changed files with 7 additions and 3 deletions
|
|
@ -71,9 +71,13 @@
|
|||
[ "ZeroTier" "zerotier" "https://my.zerotier.com" ]
|
||||
];
|
||||
in {
|
||||
users.users.glance = {
|
||||
extraGroups = [ "docker" ];
|
||||
isSystemUser = true;
|
||||
users = {
|
||||
groups.glance = {};
|
||||
users.glance = {
|
||||
extraGroups = [ "docker" ];
|
||||
isSystemUser = true;
|
||||
group = "glance";
|
||||
};
|
||||
};
|
||||
services.glance = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue