summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* etcd module: add test for simple one node etcd serviceJaka Hudoklin2016-08-25
|
* etcd module: add support for ssl, better defaults, fix testsJaka Hudoklin2016-08-24
|
* ldap: Add option for NSS integrationMarkus Mueller2016-08-23
|
* ldap: Add option for login PAM integrationMarkus Mueller2016-08-23
|
* initrd-ssh service: ensure that keys got copied into initrdNikolay Amiantov2016-08-23
| | | | Fixes #17927.
* Revert "Temporarily disable chromium test"obadz2016-08-23
| | | | | | | This reverts commit 9e6eec201b8b56ef493c60af3acb2e8ddd8be258. Verified locally that cd063d7 fixes the problem. cc @edolstra @aszlig
* nix-daemon service: fix unbalanced parens in descriptionJoachim Fasting2016-08-23
|
* Fix virtualbox test evaluationEelco Dolstra2016-08-23
|
* Temporarily disable chromium testEelco Dolstra2016-08-23
| | | | | | | | It's hanging and blocking the unstable channel. http://hydra.nixos.org/build/38984676 @aszlig
* glib: Add some FIXMEs about inappropriate outputsTuomas Tynkkynen2016-08-23
|
* treewide: Fix output references to opensslTuomas Tynkkynen2016-08-23
|
* treewide: Fix output references to gnome.GConfTuomas Tynkkynen2016-08-23
|
* graphite service: Use correct output of cairoTuomas Tynkkynen2016-08-23
|
* kde5: colord-kde movedThomas Tuegel2016-08-22
|
* treewide: Use more makeBinPathTuomas Tynkkynen2016-08-23
|
* treewide: Use makeBinPathTuomas Tynkkynen2016-08-23
|
* treewide: Use makeLibraryPath in LD_LIBRARY_PATHsTuomas Tynkkynen2016-08-23
|
* treewide: update cifs-utils attr references (cifs_utils -> cifs-utils)Bjørn Forsman2016-08-22
|
* Merge branch 'master' into stagingobadz2016-08-22
|\
| * nixos/stage-1: add mechanism which lustrates all impurities from / (#17784)obadz2016-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lustrate /ˈlʌstreɪt/ verb. purify by expiatory sacrifice, ceremonial washing, or some other ritual action. - sudo touch /etc/NIXOS_LUSTRATE ⇒ on next reboot, during stage 1, everything but /nix and /boot is moved to /old-root - echo "etc/passwd" | sudo tee -a /etc/NIXOS_LUSTRATE ⇒ on next reboot, during stage 1, everything but /nix and /boot is moved to /old-root; except /etc/passwd is copied back. Useful for installing NixOS in place on another distro. For instance: $ nix-env -iE '_: with import <nixpkgs/nixos> { configuration = {}; }; with config.system.build; [ nixos-generate-config manual.manpages ]' $ sudo mkdir /etc/nixos $ sudo `which nixos-generate-config` … edit the configuration files in /etc/nixos using man configuration.nix if needed maybe add: users.extraUsers.root.initialHashedPassword = "" ? … Build the entire NixOS system and link it to the system profile: $ nix-env -p /nix/var/nix/profiles/system -f '<nixpkgs/nixos>' -A system --set … If you were using a single user install: $ sudo chown -R 0.0 /nix … NixOS is about to take over $ sudo touch /etc/NIXOS $ sudo touch /etc/NIXOS_LUSTRATE … Let's keep the configuration files we just created $ echo etc/nixos | sudo tee -a /etc/NIXOS_LUSTRATE $ sudo mv -v /boot /boot.bak && sudo /nix/var/nix/profiles/system/bin/switch-to-configuration boot $ sudo reboot … NixOS boots, Stage 1 moves all the old distro stuff in /old-root.
| * Merge pull request #17891 from abbradar/hibernation-testDomen Kožar2016-08-21
| |\ | | | | | | nixos tests: add hibernation test to blockers
| | * nixos tests: add hibernation test to blockersNikolay Amiantov2016-08-21
| | |
| * | mattermost: cosmetic: remove stray character (#17897)Ruslan Babayev2016-08-21
| |/
* | Merge branch 'master' into stagingobadz2016-08-21
|\|
| * nixos: blacklist radeon module if using amdgpuVladimír Čunát2016-08-21
| |
| * Merge pull request #17469 from ericsagnes/module/hydraDomen Kožar2016-08-20
| |\ | | | | | | Improvements to Hydra module
| | * hydra-module: add default to buildMachinesFilesEric Sagnes2016-08-03
| | |
| | * hydra-module: honor user and group idsEric Sagnes2016-08-03
| | |
* | | Merge branch 'font-updates' into stagingNikolay Amiantov2016-08-20
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #16730. Closes #17770. Closes #17846. Test plan: * Check that `fonts.fontconfig.ultimate.preset` changes things; * Check that `fonts.fontconfig.dpi` changes things; * Check that `fonts.fontconfig.defaultFonts.monospace` changes things; Tested with AbiWord, mousepad and Firefox.
| * | | freetype: re-add infinality patchesNikolay Amiantov2016-08-20
| | | | | | | | | | | | | | | | archfan has updated those patches for the new version.
| * | | freetype: 2.6.2 -> 2.6.5cmfwyp2016-08-20
| | | | | | | | | | | | | | | | | | | | | | | | The fontconfig-ultimate patches are unmaintained. Since they were not updated for newer FreeType versions, this removes them and disables fontconfig-ultimate by default.
| * | | fontconfig-ultimate: 2015-12-06 -> 2016-04-23Nikolay Amiantov2016-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes our hardcoded presets which weren't updated for quite some time. Infinality now has new hardcoded presets in freetype, which can be overriden if desired with environment variables (as before). Accordingly, updated NixOS module to set the hardcoded preset. Additionally used a more "right" type for substitutions.
| * | | fontconfig module: respect upstream definitionsEric Sagnes2016-08-20
| | | |
| * | | fontconfig: fix etc priorityEric Sagnes2016-08-20
| | | |
* | | | Merge #17852: gtk3: 3.20.8 -> 3.20.9Vladimír Čunát2016-08-20
|\ \ \ \ | |/ / / |/| / / | |/ / | | | Note: the merge also adds a few master commits, but those should matter.
| * | nixos/shadow: setuid wrappers for new{uid,gid}mapBenno Fünfstück2016-08-19
| | | | | | | | | | | | | | | These utils are not related to user management, so they should be available even if immutable users are enabled.
* | | nixos treewide: don't set MODULE_DIRNikolay Amiantov2016-08-19
| | |
* | | modprobe service: drop kmod wrapperNikolay Amiantov2016-08-19
| | |
* | | treewide: replace several /sbin paths by /binNikolay Amiantov2016-08-19
|/ /
* | Merge pull request #17803 from mfine/mfine-always-write-ssh-keysJoachim F2016-08-19
|\ \ | | | | | | buildkite-agent: always write ssh keys
| * | buildkite-agent: always write out the ssh keys.Mark Fine2016-08-17
| | |
* | | zfs: print the output of the zpool command (if any) when it succeedsRicardo M. Correia2016-08-18
| | |
* | | Merge pull request #16901 from Baughn/zfs-nvme-fixRicardo M. Correia2016-08-18
|\ \ \ | | | | | | | | zfs: Keep trying root import until it works
| * | | zfs: Keep trying root import until it worksSvein Ove Aas2016-08-16
| | | | | | | | | | | | | | | | Works around #11003.
* | | | services/graphite: Fix paths to some Python packages.Corbin2016-08-17
| | | | | | | | | | | | | | | | Unbreaks some private Graphite deployments.
* | | | Merge branch 'install-bootloader-flag'Shea Levy2016-08-17
|\ \ \ \
| * | | | Deprecate --install-grub in favor of --install-bootloader for nixos-rebuild.Shea Levy2016-08-16
| | | | | | | | | | | | | | | | | | | | Fixes #14293
* | | | | Merge pull request #16762 from matthewbauer/gnustep2Joachim F2016-08-17
|\ \ \ \ \ | |_|_|/ / |/| | | | Add "gnustep" to nixpkgs
| * | | | gnustep: fix gdomap serviceMatthew Bauer2016-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | This gets rid of the rest of the pidfile stuff and makes gdomap just act like a normal systemd process. Also reword "enable" option.
| * | | | gnustep: remove gdnc serviceMatthew Bauer2016-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gdnc is a user process and can't be made into a NixOS module very easily. It can still be put in the user's login script. According to the GNUstep documentation it will be started as soon as it is needed.