From f0b604e53c67a6df0a421ab9c72a424b982f6b67 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Wed, 31 Jul 2024 20:22:31 +0200 Subject: [PATCH] add module to output --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4dcad26..98fe602 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,11 @@ nixosConfigurations = { computer-mo = nixpkgs.lib.nixosSystem { inherit system; - modules = [./configuration.nix]; + modules = [ + ./configuration.nix + + jovian.nixosModules.default + ]; specialArgs = { inherit pkgs-stable; };