mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
refactor: more shared data
This commit is contained in:
parent
dc4072da45
commit
439674d510
5 changed files with 58 additions and 10 deletions
|
|
@ -29,4 +29,9 @@ in {
|
|||
10001 # UDP port used for device discovery.
|
||||
];
|
||||
};
|
||||
|
||||
users = mkIf cfg.enable {
|
||||
users.unifi.uid = 990;
|
||||
groups.unifi.gid = 990;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue