Strings not integers.
This commit is contained in:
parent
aa761fa510
commit
f7df6320bb
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue