flake.nix: export snakeoil-certs and snappymail nixos modules #58

Merged
pederbs merged 1 commits from export-modules into main 2024-08-04 23:44:20 +02:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit c2e6f294ea - Show all commits

View File

@ -124,6 +124,11 @@
buskerud = stableNixosConfig "buskerud" { }; buskerud = stableNixosConfig "buskerud" { };
}; };
nixosModules = {
snakeoil-certs = ./modules/snakeoil-certs.nix;
snappymail = ./modules/snappymail.nix;
};
devShells = forAllSystems (system: { devShells = forAllSystems (system: {
default = nixpkgs.legacyPackages.${system}.callPackage ./shell.nix { }; default = nixpkgs.legacyPackages.${system}.callPackage ./shell.nix { };
}); });