about summary refs log tree commit diff
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/nas.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common/nas.nix b/hosts/common/nas.nix
index 09dd5e7..3f38792 100644
--- a/hosts/common/nas.nix
+++ b/hosts/common/nas.nix
@@ -2,6 +2,7 @@
 
 {
   imports = [
+    ./server/default.nix
     ./server/samba.nix
   ];
 }