summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2018-01-29ofborg: add example configurationDaiderd Jordan
2018-01-29ofborg: init serviceDaiderd Jordan
2018-01-23hydra: disable spotlightDaiderd Jordan
2018-01-23hydra: cleanupDaiderd Jordan
2018-01-21system: use preferLocalBuild for simple derivationsDaiderd Jordan
Most of the builds like system.build.etc will be faster when built locally, they also don't depend on CC.
2018-01-20bash: move fileDaiderd Jordan
2018-01-20bash: remove shell wrapperDaiderd Jordan
2018-01-20zsh: remove shell wrapperDaiderd Jordan
2018-01-18lnl: add hydra-job-bisect helperDaiderd Jordan
2018-01-18lnl: add gnupgDaiderd Jordan
2018-01-18checks: fail when db permissions are wrongDaiderd Jordan
2018-01-17checks: rename fileDaiderd Jordan
2018-01-17defaults: move com.apple.smb.server to /activateDaiderd Jordan
Currently fails with permission errors.
2018-01-17defaults: add ServerDescription for sharing servicesDaiderd Jordan
2018-01-17networking: don't set NetBIOSNameDaiderd Jordan
This doesn't look like the hostname on my system, it has an extra unique prefix.
2018-01-17zsh: don't clobber promptInit in a nix-shellDaiderd Jordan
Configure this yourself if you want a different prompt when a nix-shell is active.
2018-01-17formattingDaiderd Jordan
2018-01-17nix: remove redundant user checkDaiderd Jordan
2018-01-16nix: fix daemon check, only set if store is not writableDaiderd Jordan
Fixes issues for a single-user install introduced in 9792b08fdf049524742143f4f788e3eb61a769fd.
2018-01-16lnl: add rev-nixpkgs helperDaiderd Jordan
2018-01-15launchd: unlink servicesDaiderd Jordan
2018-01-14darwin: include nix in PATHDaiderd Jordan
This makes rollbacks more reliable, previously you had to fix your PATH before calling darwin-rebuild. This works now: $ /nix/var/nix/profiles/system-866-link/sw/bin/darwin-rebuild switch -G 866
2018-01-14activation-scripts: include system in PATHDaiderd Jordan
This makes rollback more reliable by using the same version of tools that where used previously. For example nix is used during the activation checks.
2018-01-14examples: add zsh/fish optionsDaiderd Jordan
2018-01-14users: add option to configure nixbld users.Daiderd Jordan
2018-01-14users: make users hidden by defaultDaiderd Jordan
2018-01-14nix: add note about multi-user installs for distributed buildsDaiderd Jordan
2018-01-14hydra: make user a member of the hydra groupDaiderd Jordan
The trusted-users setting works based on group membership, the primary group id doesn't matter.
2018-01-14users: add support for group membersDaiderd Jordan
Unlike user options this is updated if the group already exists.
2018-01-13hydra: fix user creationDaiderd Jordan
2018-01-13users: remove enable optionDaiderd Jordan
2018-01-13checks: add test for /runDaiderd Jordan
2018-01-13checks: add /etc/profile check from bootstrap scriptDaiderd Jordan
2018-01-13hydra: use users moduleDaiderd Jordan
2018-01-13hydra: fix exampleDaiderd Jordan
2018-01-13nix: add to systemPackages when nix.package is setDaiderd Jordan
2018-01-13etc: skip warning when target has references to /etc/staticDaiderd Jordan
2018-01-13activation: rename pre/post hooksDaiderd Jordan
Renamed extraPostActivation and extraUserPostActivation.
2018-01-13checks: impure darwin-config error messageDaiderd Jordan
2018-01-13simple: update exampleDaiderd Jordan
2018-01-13bash: don't setup environment in a nix-shellDaiderd Jordan
2018-01-13toplevel: don't depend on NIX_PATH for the CHANGELOGDaiderd Jordan
2018-01-13users: move submodules to separate filesDaiderd Jordan
2018-01-13users: add options for user creationDaiderd Jordan
2018-01-13networking: rename networkservices -> knownNetworkServicesDaiderd Jordan
2018-01-13users: add options to create user groupsDaiderd Jordan
2018-01-12time: skip activation if nothing is enabledDaiderd Jordan
2018-01-12lnl: move darwin-configDaiderd Jordan
2018-01-12lnl: cleanup aliasesDaiderd Jordan
2018-01-10keyboard: add option for remapping Tilde on non-us keyboardsDaiderd Jordan