From 813ab5d40c627ba5b465ad849994a2087093d4b5 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Fri, 24 Jan 2025 23:15:25 +0100 Subject: miniflux: init --- flake.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 805f1e1..a7a4ce4 100644 --- a/flake.nix +++ b/flake.nix @@ -142,6 +142,19 @@ ]; }; + miniflux = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + specialArgs = { inherit inputs; }; + modules = [ + sops-nix.nixosModules.sops + microvm.nixosModules.microvm + + ./hosts/miniflux + ./modules/server + ./modules/wg + ]; + }; + radicale = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; -- cgit v1.3.1