summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-20 14:06:07 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-20 14:06:07 +0100
commit2a2ac56cf78cccad11eb30ad20a356b91337f0ac (patch)
treef59c48a211410d271d34665fce9541f999e7d952 /hosts
parentrefactor({modules,test}): Migrate to a `by-name` structure (diff)
downloadnixos-server-2a2ac56cf78cccad11eb30ad20a356b91337f0ac.tar.gz
nixos-server-2a2ac56cf78cccad11eb30ad20a356b91337f0ac.zip
refactor(system/services/libreddit): Migrate to `by-name`
This also includes a rename into `redlib` because of upstream changes.
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 0bbead5..0bbb993 100644
--- a/hosts/server1/configuration.nix
+++ b/hosts/server1/configuration.nix
@@ -13,6 +13,7 @@
     nix-sync.enable = true;
     openssh.enable = true;
     peertube.enable = true;
+    redlib.enable = true;
   };
 
   boot.tmp.cleanOnBoot = true;