Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-24 | installer: handle network proxy in systemd install | Venkateswara Rao Mandela | |
If a network proxy configuration is detected, setup an override systemd unit file for nix-daemon service with the non-empty proxy variables. Proxy detection is performed by looking for http/https/ftp proxy and no proxy variables in user environment | |||
2018-03-29 | Expand the multi-user installer to support Linuxes with systemd | Graham Christensen | |
- darwin installer: delete hardware report, not necessary - moves os-specific code from the darwin installer to to `poly_*` functions - adds profile.d support to the profile targets, which automatically handles many distros which don't have a /etc/bashrc but do have an /etc/profile.d - /bin/bash -> /usr/bin/env bash - document why each excluded shellcheck check is excluded - rename the multi-user to Daemon-based |