aboutsummaryrefslogtreecommitdiff
path: root/modules/private/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/default.nix')
-rw-r--r--modules/private/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/private/default.nix b/modules/private/default.nix
index 552ee8c..5f97f7f 100644
--- a/modules/private/default.nix
+++ b/modules/private/default.nix
@@ -64,6 +64,7 @@ set = {
64 ftp = ./ftp.nix; 64 ftp = ./ftp.nix;
65 mpd = ./mpd.nix; 65 mpd = ./mpd.nix;
66 ssh = ./ssh; 66 ssh = ./ssh;
67 monitoring = ./monitoring;
67 68
68 system = ./system.nix; 69 system = ./system.nix;
69}; 70};