fix user error
This commit is contained in:
parent
606fa9a7da
commit
abaa3c96d6
1 changed files with 4 additions and 1 deletions
|
|
@ -71,7 +71,10 @@
|
|||
[ "ZeroTier" "zerotier" "https://my.zerotier.com" ]
|
||||
];
|
||||
in {
|
||||
users.users.glance.extraGroups = [ "docker" ];
|
||||
users.users.glance = {
|
||||
extraGroups = [ "docker" ];
|
||||
isSystemUser = true;
|
||||
};
|
||||
services.glance = {
|
||||
enable = true;
|
||||
environmentFile = "/var/lib/glance/.env";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue