From 60894904ea1fc651b96623e1355403ed08e63176 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 10 Nov 2024 14:36:28 +0100 Subject: export laminar nixos module --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 5e8b787..c0fbbdc 100644 --- a/flake.nix +++ b/flake.nix @@ -18,6 +18,9 @@ legacyPackages = forAllSystems (system: (import ./default.nix { pkgs = import nixpkgs { inherit system; }; })); + nixosModules = { + laminar = ./modules/nixos/laminar.nix; + }; darwinModules = { caddy = ./modules/darwin/caddy; }; -- cgit 1.4.1