diff --git a/flake.nix b/flake.nix index 4fee7cae..a1ff3bf8 100644 --- a/flake.nix +++ b/flake.nix @@ -124,6 +124,11 @@ buskerud = stableNixosConfig "buskerud" { }; }; + nixosModules = { + snakeoil-certs = ./modules/snakeoil-certs.nix; + snappymail = ./modules/snappymail.nix; + }; + devShells = forAllSystems (system: { default = nixpkgs.legacyPackages.${system}.callPackage ./shell.nix { }; });