From 2a2ac56cf78cccad11eb30ad20a356b91337f0ac Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 20 Dec 2024 14:06:07 +0100 Subject: refactor(system/services/libreddit): Migrate to `by-name` This also includes a rename into `redlib` because of upstream changes. --- hosts/server1/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') 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; -- cgit 1.4.1