summary refs log tree commit diff stats
path: root/hosts/by-name
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/by-name/server3/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/by-name/server3/configuration.nix b/hosts/by-name/server3/configuration.nix
index 2a340b2..41d69f8 100644
--- a/hosts/by-name/server3/configuration.nix
+++ b/hosts/by-name/server3/configuration.nix
@@ -23,12 +23,14 @@
     };
     nixconfig.enable = true;
     openssh.enable = true;
+    peertube.enable = true;
     persist = {
       enable = true;
       directories = [
         "/var/log"
       ];
     };
+    postgresql.enable = true;
     rust-motd.enable = true;
     users.enable = true;
   };