nod: More fixes

This commit is contained in:
Geoffrey Frogeye 2025-04-24 20:22:33 +02:00
parent 8142336d1e
commit af122405fb
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
4 changed files with 13 additions and 2 deletions

8
sprinkles/default.nix Normal file
View file

@ -0,0 +1,8 @@
{
config = {
user = {
uid = 10195;
gid = 10195;
};
};
}