diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:27:49 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:27:49 -0700 |
| commit | 719df0add2cf9c2118cda737ec535d83f2b1e24e (patch) | |
| tree | 9c684ad999a42f168aa1eee8b9eb1dd83a61d854 /modules/services/default.nix | |
| parent | import navidrome with other services (diff) | |
| download | infra-719df0add2cf9c2118cda737ec535d83f2b1e24e.tar.gz | |
refactor unifi to a module
Diffstat (limited to '')
| -rw-r--r-- | modules/services/default.nix | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/modules/services/default.nix b/modules/services/default.nix index 637e60f..8da870e 100644 --- a/modules/services/default.nix +++ b/modules/services/default.nix @@ -1,6 +1,14 @@ { ... }: { - imports = - [ ./navidrome ./samba ./ssh-server ./tailscale ./thermald ./tlp ./fwupd ]; + imports = [ + ./fwupd + ./navidrome + ./samba + ./ssh-server + ./tailscale + ./thermald + ./tlp + ./unifi + ]; } |
