summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Apache servedFiles: fixed a typo in exampleIgor Pashev2015-04-28
|
* wiki: do not rewrite served filesIgor Pashev2015-04-28
|
* Remove redundant i18n.supportedLocales settingEelco Dolstra2015-04-27
| | | | | | This is already set in profiles/minimal.nix. Probably fixes #7589.
* Don't require sslServerChain to be setEelco Dolstra2015-04-27
|
* Merge pull request #7486 from oxij/actkbd-and-media-keyslethalman2015-04-27
|\ | | | | add actkbd; nixos: add support for volume control with media keys
| * nixos: add actkbd module and sound.enableMediaKeys optionJan Malakhovski2015-04-20
| |
* | Merge pull request #7548 from offlinehacker/etcdfixDomen Kožar2015-04-25
|\ \ | | | | | | nixos/etcd: fix enable type, so it could be enabled on multiple places
| * | nixos/etcd: fix enable type, so it could be enabled on multiple placesJaka Hudoklin2015-04-25
| | |
* | | Merge pull request #7546 from offlinehacker/nixos/panamax/reloadJaka Hudoklin2015-04-25
|\ \ \ | | | | | | | | nixos/fluentd: add support for config reload
| * | | nixos/fluentd: add support for config reloadJaka Hudoklin2015-04-25
| |/ /
* | | Merge pull request #7550 from offlinehacker/nixos/rippled/changesJaka Hudoklin2015-04-25
|\ \ \ | | | | | | | | nixos/rippled: new options, fixes
| * | | nixos/rippled: new options, fixesJaka Hudoklin2015-04-25
| |/ /
* | | nixos: fix cjdns json configEmery Hemingway2015-04-25
| | | | | | | | | | | | filter extraneous attributes from config modules
* | | Merge pull request #7498 from k0ral/sslhEdward Tjörnhammar2015-04-23
|\ \ \ | | | | | | | | sslh: argument to -F can no longer be separated from the option by a space
| * | | sslh: argument to -F can no longer be separated from the option by a spacekoral2015-04-21
| | | |
* | | | Add hologram serviceDan Peebles2015-04-23
| | | |
* | | | wait for filesystem before starting btsync; bump to latest package versionOliver Matthews2015-04-23
| | | |
* | | | 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
| |