From fe0bf55df2b6494af696a065b4581cc03864439b Mon Sep 17 00:00:00 2001 From: twoneis Date: Fri, 7 Feb 2025 17:40:12 +0100 Subject: [PATCH] enable fedi --- devices/ellaca/options.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/ellaca/options.nix b/devices/ellaca/options.nix index 4b18a63..49681cf 100644 --- a/devices/ellaca/options.nix +++ b/devices/ellaca/options.nix @@ -3,6 +3,7 @@ ssh.enable = true; nginx.enable = true; website.enable = true; + fedi.enable = true; stateVersion = "25.05"; hmStateVersion = "25.05";