From 911e1fd4986c0556321457a5606f0e747ef556c6 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 4 Mar 2024 18:56:23 +0100 Subject: import custom modules by default which has the nice side-effect that they now show up on my `man configuration.nix'. (also I don't have to manually import things anymore) --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index be32a3e..371d0ea 100644 --- a/flake.nix +++ b/flake.nix @@ -66,6 +66,7 @@ inputs.nixpkgs.lib.nixosSystem rec { system = "x86_64-linux"; modules = [ config ] ++ imports; + extraModules = builtins.attrValues self.nixosModules; pkgs = nixpkgs; specialArgs = { @@ -147,7 +148,7 @@ }; nixosModules = { - glitchtip = import ./modules/glitchtip.nix; + # glitchtip = import ./modules/glitchtip.nix; bookwyrm = import ./modules/bookwyrm.nix; mollysocket = import ./modules/mollysocket.nix; }; -- cgit v1.2.3