summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* document options to nixos-install scriptDomen Kožar2015-01-06
|
* nixos/modules/services/misc/nix-daemon.nix: document meaning of '0' for the ↵Peter Simons2015-01-05
| | | | buildCores attribute
* dd-agent: set SSL_CERT_FILE for dogstatsd.Rob Vermaas2015-01-05
| | | | (cherry picked from commit c67204dec27a86e2235afb2aebf48bc53dd804d0)
* Fix some bad gidsEelco Dolstra2015-01-05
| | | | Issue #3727.
* Minor fixes to EC2 image generation script. Set autoresponder, so no ↵Rob Vermaas2015-01-05
| | | | | | interaction is necessary. Write output in a format that can be easily included in ec2-amis.nix of nixops. (cherry picked from commit 96904915d9e3e5f69b0c5bf58db1a0f0130a977a)
* Use nixos-images bucket for GCE images.Rob Vermaas2015-01-05
| | | | (cherry picked from commit bdd3a3bac8077823182233cc689b5c02cd74f4f4)
* Fixes for script that builds and uploads EC2 s3 backed images. Mostly ↵Rob Vermaas2015-01-05
| | | | | | credential related. (cherry picked from commit 42c0bc4b8f7f4f5027392a842b787434fb12094f)
* Fix GCE image build.Rob Vermaas2015-01-05
| | | | (cherry picked from commit 98af87cd4abb0cd77e8a51cfdf6913a92d088784)
* Fix typo in recursive set exampleKhalid Jebbari2015-01-04
|
* Bad name for the NixOS download pageKhalid Jebbari2015-01-04
|
* Add Type information into manual and manpages, fixes #4600Domen Kožar2015-01-04
|
* nixos/samba: Allow package version settingWilliam A. Kennington III2015-01-03
|
* zsh: profile-relative functions pathKirill Elagin2015-01-04
| | | | This is needed mostly for autocompletion.
* fix manualDomen Kožar2015-01-03
|
* clarify things about hashed passwords and mutableUsersDomen Kožar2015-01-02
|
* icedtea: Make major version nonspecific attrsWilliam A. Kennington III2015-01-02
|
* Merge pull request #5441 from nbp/mkAliasNicolas B. Pierron2015-01-01
|\ | | | | modules: Extract mkAliasDefinition from the rename.nix NixOS module.
| * modules: Extract mkAliasDefinition from the rename.nix NixOS module.Nicolas B. Pierron2014-12-22
| |
* | TweakEelco Dolstra2014-12-31
| |
* | nixos/doc release notes: mention intel GPU driverVladimír Čunát2014-12-31
| | | | | | | | (cherry picked from commit 3865ab9e6901a529fbb480599c94f4a04d93c71d)
* | nixos/release-notes: Fix typo in VirtualBox notes.aszlig2014-12-30
| | | | | | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | Document small channelsEelco Dolstra2014-12-30
| |
* | Release notes tweakEelco Dolstra2014-12-30
| |
* | Sort stuffEelco Dolstra2014-12-30
| |
* | Create AMIs in the lb-nixos accountEelco Dolstra2014-12-30
| |
* | Drop reference to obsolete ControlGroupAttribute optionEelco Dolstra2014-12-30
| |
* | Release notesEelco Dolstra2014-12-30
| |
* | Release dateEelco Dolstra2014-12-30
| |
* | Merge pull request #5507 from DamienCassou/systemd-user-timersEelco Dolstra2014-12-30
|\ \ | | | | | | Add systemd.user.timers
| * | Add systemd.user.timersDamien Cassou2014-12-30
| | |
* | | Fix user-facing typos (mainly in descriptions)Tobias Geerinckx-Rice2014-12-30
| | |
* | | Merge pull request #5491 from offlinehacker/cadvisorJaka Hudoklin2014-12-29
|\ \ \ | | | | | | | | Add cadvisor package and nixos module
| * | | nixos: add cadvisor serviceJaka Hudoklin2014-12-28
| | | |
* | | | gummiboot-builder.py: run nix with no build-users-groupShea Levy2014-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During install, the bootloader script gets run inside a chroot after the /etc/group bind-mount is unmounted. Since we're not doing any building, this should be safe, but really nix should just not care if the group does not exist when no build is needed. Fixes #5494
* | | | grsecurity: Update stable and test patchesRicardo M. Correia2014-12-29
| | | | | | | | | | | | | | | | | | | | stable: 3.0-3.14.27-201412211908 -> 3.0-3.14.27-201412280859 test: 3.0-3.17.7-201412211910 -> 3.0-3.18.1-201412281149
* | | | Merge pull request #5487 from luke-clifton/lc-btsync-groupDomen Kožar2014-12-28
|\ \ \ \ | | | | | | | | | | btsync groups
| * | | | Changed group id to match user idLuke Clifton2014-12-28
| | | | |
| * | | | Added group id to ids.nixLuke Clifton2014-12-28
| | | | |
| * | | | Documentation updateLuke Clifton2014-12-28
| | | | |
| * | | | Moved UMask to correct locationLuke Clifton2014-12-28
| | | | |
| * | | | Change umaskLuke Clifton2014-12-28
| | | | |
| * | | | added groupLuke Clifton2014-12-28
| | | | |
| * | | | Added btsync group to btsync userLuke Clifton2014-12-28
| | | | |
* | | | | Fix ntpdEelco Dolstra2014-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the 4.2.8 upgrade, ntpd is broken on NixOS: Dec 28 19:06:54 hagbard ntpd[27723]: giving up resolving host 1.nixos.pool.ntp.org: Servname not supported for ai_socktype (-8) This appears to be because DNS resolution doesn't work in chroots anymore (due to /etc being missing). So disable chroots for now. It's probably better to use systemd's containment facilities anyway.
* | | | | Eradicate gzip -9 without -nAlexander Kjeldaas2014-12-28
| | | | |
* | | | | fix a typo from 2627198b0cVladimír Čunát2014-12-28
| | | | |
* | | | | nixos/firewall: Add ipset utilityWilliam A. Kennington III2014-12-28
| | | | |
* | | | | upower: use newer version by defaultVladimír Čunát2014-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on KDE4, fixed with xfce, and was used with GNOME before. CC @lethalman. I did not test e19, as it won't build, probably due to #5392 @shlevy. CC maintainer @matejc. Also removed a forgotten unused patch.
* | | | | network-manager: specify full path to sytemctl binaryDomen Kožar2014-12-27
| |/ / / |/| | | | | | | | | | | | | | | (cherry picked from commit af8f76c2568ae9d842716d98673b3639292a920e) Signed-off-by: Domen Kožar <domen@dev.si>
* | | | nixos/munin: add /var/setuid-wrappers to PATHBjørn Forsman2014-12-25
| | | | | | | | | | | | | | | | | | | | /var/setuid-wrappers is an extension of the system profile, so it belongs in PATH for the munin service.