Jump to content

Main public logs

Combined display of all available logs of NixOS Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:57, 19 August 2025 StijnRuts talk contribs created page Devenv (Created page with "== Installation == <syntaxhighlight lang="nixos"> environment.systemPackages = [ pkgs.devenv ]; </syntaxhighlight> == Binding to privileged ports (eg. 80 and 443) == The [https://devenv.sh/integrations/wordpress/ Wordpress example] in the guide suggests the following script:<syntaxhighlight lang="nix"> scripts.caddy-setcap.exec = '' sudo setcap 'cap_net_bind_service=+ep' ${pkgs.caddy}/bin/caddy ''; </syntaxhighlight>But this does not work on NixOS. It fails with <co...") Tag: Visual edit