1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

chore: add unifi to my local pc

This commit is contained in:
oddlama 2024-11-29 14:03:31 +01:00
parent 3ce7779243
commit 3becfbbf19
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -121,4 +121,10 @@
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
};
users.deterministicIds.unifi = {
uid = 968;
gid = 968;
};
services.unifi.enable = true;
}