refactor: more shared data

This commit is contained in:
arcnmx 2024-03-05 14:34:50 -08:00
parent dc4072da45
commit 439674d510
5 changed files with 58 additions and 10 deletions

View file

@ -29,4 +29,9 @@ in {
10001 # UDP port used for device discovery.
];
};
users = mkIf cfg.enable {
users.unifi.uid = 990;
groups.unifi.gid = 990;
};
}