summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-06-27 09:37:29 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-06-27 09:38:56 +0200
commit580b011a7f69daf155354e9a99ecba20f9bb68f4 (patch)
treef7735f894513005945f85d0e9b3f723ecbc22478 /hosts
parentfix(nix-sync): Change last occurrences of `repo.path` to `repoPath` (diff)
downloadnixos-server-580b011a7f69daf155354e9a99ecba20f9bb68f4.tar.gz
nixos-server-580b011a7f69daf155354e9a99ecba20f9bb68f4.zip
feat(peertube): Init
Diffstat (limited to 'hosts')
-rw-r--r--hosts/server1/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/server1/configuration.nix b/hosts/server1/configuration.nix
index 78a9c4b..02b917b 100644
--- a/hosts/server1/configuration.nix
+++ b/hosts/server1/configuration.nix
@@ -9,6 +9,7 @@
   vhack = {
     git-server.enable = true;
     etesync.enable = true;
+    peertube.enable = true;
   };
 
   boot.tmp.cleanOnBoot = true;