Strings not integers.

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