Alternative Package Sets: Difference between revisions

imported>Shazow
m New URL for nixos-mailserver
imported>Eyeinsky
mNo edit summary
Line 19: Line 19:
== NixOS Module Enhancements ==
== NixOS Module Enhancements ==


Some external modules provide extra functionality to the nixpkgs module system. You can include these modules after extracting them onto the system by using <code>imports = [ `path to module`]</code> or add them to your <code>NIX_PATH</code> via <code>NIX_PATH=$NIX_PATH:musnix=/path/to/musnix</code> and import them by including <code>imports = [ <musnix> ]</code> in your </code>configuration.nix<code..
Some external modules provide extra functionality to the nixpkgs module system. You can include these modules after extracting them onto the system by using <code>imports = [ `path to module`]</code> or add them to your <code>NIX_PATH</code> via <code>NIX_PATH=$NIX_PATH:musnix=/path/to/musnix</code> and import them by including <code>imports = [ <musnix> ]</code> in your <code>configuration.nix</code>.


* [https://github.com/ip1981/nixsap Nixsap] - allows to run multiple instances of a service without containers.
* [https://github.com/ip1981/nixsap Nixsap] - allows to run multiple instances of a service without containers.