update owner/group.

This commit is contained in:
Joseph Hanson 2024-04-30 18:21:55 -05:00
parent f7df6320bb
commit f696b8c653
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 = "999"; owner = "nm-iodine";
group = "999"; group = "nscd";
}; };
}; };
}; };