From a8630322f77dbb7be4810099a42352b9278996a1 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 1 Oct 2023 10:41:09 -0400 Subject: treewide!: flatten to parts/ layout --- hosts/atlas/miniflux.nix | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 hosts/atlas/miniflux.nix (limited to 'hosts/atlas/miniflux.nix') diff --git a/hosts/atlas/miniflux.nix b/hosts/atlas/miniflux.nix deleted file mode 100644 index a7886e6..0000000 --- a/hosts/atlas/miniflux.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ - config, - self, - ... -}: { - config = { - age.secrets = { - miniflux.file = "${self}/secrets/hosts/${config.networking.hostName}/miniflux.age"; - }; - - services.miniflux = { - enable = true; - adminCredentialsFile = config.age.secrets.miniflux.path; - config = { - BASE_URL = "https://miniflux.${config.networking.domain}"; - LISTEN_ADDR = "localhost:7000"; - }; - }; - }; -} -- cgit v1.2.3