Re: [Nix-dev] Nginx multiple listen ip

2017-07-10 Thread Samuel Leathers via nix-dev
Looking at the virtual host config in the nixos module, I don't think that case is supported currently. You could always just set the config variable to completely override the entire file. Thanks, Sam On Mon, Jul 10, 2017 at 10:17 AM Alexandre Peyroux via nix-dev < nix-dev@lists.science.uu.nl>

Re: [Nix-dev] Sway window manager nix package

2017-07-10 Thread Samuel Leathers via nix-dev
Hi Chris, For a symlink from the nix store into /etc you would need to use writeText to write a file with the contents (I'm assuming empty string) and then use environment.etc to link that file into /etc; however this would be immutable and swaylock would not be able to modify this file if done