From 97275d1a50c38203c46526bf1e07b5d87381bea0 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 26 Nov 2023 17:56:14 +0100 Subject: [PATCH] Possible infinite recursion? --- nixos/queen/akkoma.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/nixos/queen/akkoma.nix b/nixos/queen/akkoma.nix index 0a4373c..9b66bb3 100644 --- a/nixos/queen/akkoma.nix +++ b/nixos/queen/akkoma.nix @@ -38,18 +38,6 @@ cmd_args = "-N delay,failure,success"; qmail = true; }; - frontends = { - primary = { - package = pkgs.akkoma-frontends.akkoma-fe; - name = "akkoma-fe"; - ref = "stable"; - }; - admin = { - package = pkgs.akkoma-frontends.admin-fe; - name = "admin-fe"; - ref = "stable"; - }; - }; description = "Lillian's Akkoma server!"; languages = ["en" "nl"]; registrations_open = true;