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" ]
|
[ "ZeroTier" "zerotier" "https://my.zerotier.com" ]
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
users.users.glance = {
|
users = {
|
||||||
|
groups.glance = {};
|
||||||
|
users.glance = {
|
||||||
extraGroups = [ "docker" ];
|
extraGroups = [ "docker" ];
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
|
group = "glance";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
services.glance = {
|
services.glance = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue