forked from mirrors_public/oddlama_nix-config
chore: add unifi to my local pc
This commit is contained in:
parent
3ce7779243
commit
3becfbbf19
1 changed files with 6 additions and 0 deletions
|
@ -121,4 +121,10 @@
|
||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
defaultNetwork.settings.dns_enabled = true;
|
defaultNetwork.settings.dns_enabled = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.deterministicIds.unifi = {
|
||||||
|
uid = 968;
|
||||||
|
gid = 968;
|
||||||
|
};
|
||||||
|
services.unifi.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue