From 3becfbbf190b0e76616ec90d9fb762e23f4f36cc Mon Sep 17 00:00:00 2001 From: oddlama Date: Fri, 29 Nov 2024 14:03:31 +0100 Subject: [PATCH] chore: add unifi to my local pc --- hosts/kroma/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/kroma/default.nix b/hosts/kroma/default.nix index 6434177..afa46e2 100644 --- a/hosts/kroma/default.nix +++ b/hosts/kroma/default.nix @@ -121,4 +121,10 @@ dockerCompat = true; defaultNetwork.settings.dns_enabled = true; }; + + users.deterministicIds.unifi = { + uid = 968; + gid = 968; + }; + services.unifi.enable = true; }