summary refs log tree commit diff stats
path: root/hosts/server1/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/server1/configuration.nix')
-rw-r--r--hosts/server1/configuration.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/server1/configuration.nix b/hosts/server1/configuration.nix
index 02b917b..0bbead5 100644
--- a/hosts/server1/configuration.nix
+++ b/hosts/server1/configuration.nix
@@ -7,8 +7,11 @@
   ];
 
   vhack = {
-    git-server.enable = true;
     etesync.enable = true;
+    git-server.enable = true;
+    nginx.enable = true;
+    nix-sync.enable = true;
+    openssh.enable = true;
     peertube.enable = true;
   };