Remove user. 1password-connect uses its own uid/gid.
This commit is contained in:
parent
a107d95dc5
commit
12deb53dfe
1 changed files with 2 additions and 11 deletions
|
@ -22,8 +22,8 @@
|
||||||
inherit (config.users.users.named) group;
|
inherit (config.users.users.named) group;
|
||||||
};
|
};
|
||||||
"onepassword-credentials-json" = {
|
"onepassword-credentials-json" = {
|
||||||
owner = config.users.users.onepassword-connect.name;
|
owner = 999;
|
||||||
inherit (config.users.users.onepassword-connect) group;
|
group = 999;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -133,15 +133,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# 1Password Connect API and Sync services
|
# 1Password Connect API and Sync services
|
||||||
users.groups.onepassword-connect = {};
|
|
||||||
users.users = {
|
|
||||||
onepassword-connect = {
|
|
||||||
home = "/var/lib/onepassword-connect";
|
|
||||||
group = "onepassword-connect";
|
|
||||||
isSystemUser = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
virtualisation.podman = {
|
virtualisation.podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Reference in a new issue