aboutsummaryrefslogtreecommitdiff
path: root/modules/services/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-06 12:27:49 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-06 12:27:49 -0700
commit719df0add2cf9c2118cda737ec535d83f2b1e24e (patch)
tree9c684ad999a42f168aa1eee8b9eb1dd83a61d854 /modules/services/default.nix
parentimport navidrome with other services (diff)
downloadinfra-719df0add2cf9c2118cda737ec535d83f2b1e24e.tar.gz
refactor unifi to a module
Diffstat (limited to '')
-rw-r--r--modules/services/default.nix12
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
+ ];
}