Remove user. 1password-connect uses its own uid/gid.

This commit is contained in:
Joseph Hanson 2024-04-30 18:14:15 -05:00
parent a107d95dc5
commit 12deb53dfe
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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;