summaryrefslogtreecommitdiff
path: root/modules/system
AgeCommit message (Collapse)Author
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-15launchd: unlink servicesDaiderd Jordan
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-13checks: add test for /runDaiderd Jordan
2018-01-13checks: add /etc/profile check from bootstrap scriptDaiderd 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-13toplevel: don't depend on NIX_PATH for the CHANGELOGDaiderd Jordan
2018-01-13users: add options for user creationDaiderd Jordan
2018-01-13users: add options to create user groupsDaiderd Jordan
2018-01-10keyboard: add option for remapping Tilde on non-us keyboardsDaiderd Jordan
2018-01-08keyboard: add warning when enableKeyMapping is not setDaiderd Jordan
2018-01-08keyboard: add options for keyboard mappingsDaiderd Jordan
Fixes #55
2018-01-08etc: make link warnings more noticableDaiderd Jordan
Hopefully this helps to make it more obvious that the file will not be created by nix-darwin. See #65
2018-01-05Merge pull request #62 from pjan/enh/NSGlobalDomainDaiderd Jordan
Adds more NSGlobalDomain options + tests
2018-01-05defaults: add option for NetBIOSNameDaiderd Jordan
2018-01-05remove unused fileDaiderd Jordan
2018-01-04Adds more NSGlobalDomain options + testspjan vandaele
2018-01-03nix: reload daemon when nix.conf changesDaiderd Jordan
2018-01-02Allow for postActivation scripts, that happen lastJohn Wiegley
2018-01-01fix + testspjan vandaele
2017-12-31float typepjan vandaele
2017-12-28Adds attrs type for defaults. Adds additional Dock settings.pjan vandaele
2017-12-13environment-shells: add option to manage /etc/shellsDaiderd Jordan
2017-12-03improve git revision detectionDaiderd Jordan
lib.pathIsDirectory doesn't follow symlinks causing the git revision detection to fail if NIX_PATH points to a symlink.
2017-11-29security-accessibility: remove optionsDaiderd Jordan
The accessibility database has been protected with SIP since macOS 10.12 and there doesn't seem to be another way to configure this programmatically.
2017-10-07system-build: change type of setEnvironment and setAliasesDaiderd Jordan
On NixOS system.build.setEnvironment also is a writeText
2017-10-03Add 'TrackpadThreeFingerDrag' setting to trackpad moduleJamie Rolfs
2017-10-03Write trackpad preferences to non-bluetooth namespace as wellJamie Rolfs
2017-10-01system-version: add assertioon for stateVersionDaiderd Jordan
2017-10-01system-version: add system.stateVersion optionDaiderd Jordan
2017-09-06activation-checks: add check for user channelsDaiderd Jordan
2017-09-06nix: include user channels in NIX_PATHDaiderd Jordan
2017-08-07activation-checks: improve NIX_PATH warningsDaiderd Jordan
2017-08-01activation-checks: show initial changelogDaiderd Jordan
2017-07-24Merge pull request #31 from clhodapp/nix-apps-dirDaiderd Jordan
Make symlink within ~/Applications if it exists instead of skipping
2017-07-24activation-checks: fix nixpkgs instructionsDaiderd Jordan
2017-07-24activation-checks: don't fail before showing error messageDaiderd Jordan
2017-07-23activation-checks: fix changelog diffDaiderd Jordan
2017-07-23activation-checks: remove set +eDaiderd Jordan
2017-07-23darwin: show CHANGELOG during activationDaiderd Jordan
2017-07-23activation-checks: fix evaluationDaiderd Jordan
2017-07-23darwin: add --check flagDaiderd Jordan
2017-07-23activation-checks: add NIX_PATH check for nixpkgsDaiderd Jordan
2017-07-23activation-checks: add NIX_PATH check for darwin-configDaiderd Jordan
2017-07-23activation-checks: add NIX_PATH check for darwinDaiderd Jordan