summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* manual: re-add running nixos tests sectionsDomen Kožar2015-04-21
|
* Fix #7354 - Accept _module attributes added to every submodule.Nicolas B. Pierron2015-04-20
|
* lambdabot: add named pipe for incoming commandsNikolay Amiantov2015-04-20
|
* TypoEelco Dolstra2015-04-20
|
* GrmblEelco Dolstra2015-04-20
|
* ntfs.nix: Remove copypasta jfs stuffEelco Dolstra2015-04-20
| | | | Thanks to @wizeman for spotting this!
* Use "mkdir -p" when creating ~/.nix-defexprEelco Dolstra2015-04-20
| | | | | | Otherwise, simultaneous invocations of /etc/profile can fail, e.g. mkdir: cannot create directory ‘/.nix-defexpr’: File exists
* Remove sysvtools from the system pathEelco Dolstra2015-04-20
| | | | | | | All programs in sysvtools (except killall5) are also provided by util-linux or procps. Issue #7117.
* Fix #7476Eelco Dolstra2015-04-20
|
* minimal.nix: Get rid of most Glibc localesEelco Dolstra2015-04-20
| | | | | | This cuts ~100 MB from the system closure. Issue #7117.
* Disable some more unnecessary stuff in containersEelco Dolstra2015-04-20
|
* stage-2-init: Don't depend on sysvtoolsEelco Dolstra2015-04-20
|
* Remove obsolete "eject" entry from the system pathEelco Dolstra2015-04-20
| | | | It's an alias for util-linux, so included anyway.
* Remove pciutils and usbutils from the default system pathEelco Dolstra2015-04-20
| | | | Issue #7117.
* fix rebuild when using ntfs partitionsCray Elliott2015-04-19
| | | | needed to define inInitrd, used vfat.nix as a template
* Include cifs-utils only when neededEelco Dolstra2015-04-19
| | | | Issue #7117.
* container.nix -> docker-container.nixEelco Dolstra2015-04-19
|
* Don't include ntfs-3g by defaultEelco Dolstra2015-04-19
| | | | Issue #7117.
* Remove fixed uids for nscd, sshdEelco Dolstra2015-04-19
| | | | | | These services don't create files on disk, let alone on a network filesystem, so they don't really need a fixed uid. And this also gets rid of a warning coming from <= 14.12 systems.
* Don't include networkd units unless enabledEelco Dolstra2015-04-19
| | | | | | Otherwise, the enabled -> disabled transition won't be handled correctly (switch-to-configuration currently assumes that if a unit is running and exists, it should be restarted).
* systemd: Move networkd into separate modulesEelco Dolstra2015-04-19
| | | | The systemd module was getting rather bloated.
* Merge pull request #7461 from dezgeg/pr-ddclient-unit-typeTobias Geerinckx-Rice2015-04-19
|\ | | | | ddclient: Fix capitalization of systemd unit keys
| * ddclient: Fix incorrectly capitalized systemd unit keyTuomas Tynkkynen2015-04-19
| | | | | | | | | | | | | | | | | | This avoids the following warning: Apr 19 10:53:48 xen systemd[1]: [/nix/store/...-unit-ddclient.service/ddclient.service:19] Unknown lvalue 'type' in section 'Service' As `Type=simple` is the default in systemd, the assignment to the service type can be simply dropped.
* | Merge pull request #7443 from ts468/fixgrublethalman2015-04-18
|\ \ | | | | | | Fix grub for "nodev" targets.
| * | Fix grub for "nodev" targets.Thomas Strobel2015-04-18
| | |
* | | lightdm: allow the user to specify extra Seat optsMateusz Kowalczyk2015-04-18
| | |
* | | xserver.nix: fix indentation issues under DeviceMateusz Kowalczyk2015-04-18
| | |
* | | Hard tabs be gone!Mateusz Kowalczyk2015-04-18
| | |
* | | Fix RightOf for xrandrHeadsMateusz Kowalczyk2015-04-18
|/ / | | | | | | Closes #7441
* | plex: init at 0.9.11.16.958Forkk2015-04-17
| | | | | | | | | | Added a package and module for Plex Media Server, an application for managing media collections across multiple devices.
* | Added NixOS module for Asterisk serverJonathan Glines2015-04-16
| |
* | nixos.samba: update required mountsNikolay Amiantov2015-04-16
| |
* | nixos.samba: fix booleans in smb.confNikolay Amiantov2015-04-16
| |
* | dnsmasq: Add some typesEelco Dolstra2015-04-16
| |
* | dbus: Reload if /etc/dbus-1 changesEelco Dolstra2015-04-16
| | | | | | | | | | | | | | | | | | Specifically, this fixes dnsmasq, which failed with Apr 16 19:00:30 mandark dnsmasq[23819]: dnsmasq: DBus error: Connection ":1.260" is not allowed to own the service "uk.org.thekelleys.dnsmasq" due to security policies in the configuration file Apr 16 19:00:30 mandark dnsmasq[23819]: DBus error: Connection ":1.260" is not allowed to own the service "uk.org.thekelleys.dnsmasq" due to security policies in the configuration file after being enabled, due to dbus not being reloaded.
* | lambdabot: add nixos serviceNikolay Amiantov2015-04-16
| |
* | ihaskell: cleanup wrapper and serviceEdward Tjörnhammar2015-04-15
| |
* | releaso-notes: Document changes from #7349.aszlig2015-04-15
| | | | | | | | | | | | | | | | | | | | | | | | Thanks to @domenkozar for implicitly reminding me that documentation is probably our biggest issue. And I'm a dumbass for contributing to that situation, so let's do better than that and document it. The current changes are only preparation for a bigger change coming real soon[TM] in Hydra and release-tools, so right now it's still a bit tedious to create custom channels. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | Merge pull request #7392 from joelmo/masterlethalman2015-04-15
|\ \ | | | | | | Some i2p changes
| * | i2p: add nixos serviceJoel Moberg2015-04-15
| | |
* | | Merge pull request #7372 from dezgeg/getty-autologinlethalman2015-04-15
|\ \ \ | |/ / |/| | [nixos] agetty: Add autologinUser config option
| * | Installation CD: automatic log in at virtual consolesTuomas Tynkkynen2015-04-14
| | |
| * | agetty: Add autologinUser config optionTuomas Tynkkynen2015-04-14
| | | | | | | | | | | | | | | | | | | | | | | | This option causes the specified user to be automatically logged in at the virtual console. While at it, refactor and make a helper function for building the getty command line.
* | | Merge pull request #7347 from sargon/pr-x11Arseniy Seroka2015-04-14
|\ \ \ | | | | | | | | services.x11: Add option for additional InputClass sections.
| * | | services.x11: Add option for additional InputClass sections.Daniel Ehlers2015-04-12
| |/ / | | | | | | | | | | | | Implement support for additional InputClass sections, e.g. for non keyboard input devices.
* | | Merge pull request #7314 from edwtjo/ihaskell-fixupsPeter Simons2015-04-14
|\ \ \ | | | | | | | | IHaskell fixes
| * | | nixos: add ihaskell serviceEdward Tjörnhammar2015-04-11
| | | |
* | | | Merge pull request #7345 from joachifm/conditional-shadow-setuidsPeter Simons2015-04-14
|\ \ \ \ | | | | | | | | | | nixos: condition shadow setuid-wrappers on mutableUsers
| * | | | nixos: condition shadow setuid-wrappers on mutableUsersJoachim Fasting2015-04-14
| | | | | | | | | | | | | | | | | | | | Having junk setuid wrappers in PATH is annoying.
* | | | | Merge pull request #7349 from aszlig/custom-channelsEelco Dolstra2015-04-14
|\ \ \ \ \ | |/ / / / |/| | | | Make it easy to add system-wide custom channels.