summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #3653 from iyzsong/nixos/xfce4-mixerMichael Raskin2014-09-04
|\ | | | | nixos: don't set variables for gstreamer-0.10 (fix #3652)
| * nixos/environment: do not set GST_PLUGIN_SYSTEM_PATH宋文武2014-08-19
| |
| * nixos/xfce: don't set a bloated GST_PLUGIN_PATH宋文武2014-08-19
| |
* | Merge pull request #3944 from joshcartwright/gummiboot-timeout-fixMichael Raskin2014-09-04
|\ \ | | | | | | gummiboot/builder: fix timeout setting when unset
| * | gummiboot/builder: fix timeout setting when unsetJosh Cartwright2014-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The gummiboot-builder.py script is expecting the @timeout@ metavar to be substituted for either an empty string (in the case where a user has left the timeout unset) or the actual value set in the system configuration. However, the config.boot.loader.gummiboot.timeout option defaults to 'null', and due to the way pkgs.substituteAll works, the substitution for '@timeout@' is _never_ set to the empty string. This causes the builder script to put a bogus line into /boot/loader/loader.conf: timeout @timeout@ Fix this by explicitly setting 'timeout' to the empty string when it's unset in the system configuration. Signed-off-by: Josh Cartwright <joshc@eso.teric.us>
* | | nixos nat: add description to forwardPortsLuca Bruno2014-09-04
| | |
* | | nixos nat: add type for sourcePort and destination of forwardPortsLuca Bruno2014-09-04
| | |
* | | nixos/utils: Don't remove first character if not a /William A. Kennington III2014-09-03
| | |
* | | nixos-install: use absolute path when running passwd in chrootLuca Bruno2014-09-03
| | |
* | | nixos-install: set umask 0022Luca Bruno2014-09-03
| | |
* | | nixos-option: enable all flags by default and make output a bit readable cc @nbpDomen Kožar2014-09-03
| | |
* | | nixos: docker, create docker groupJaka Hudoklin2014-09-03
| | |
* | | Merge pull request #3926 from lethalman/fwdportsMichael Raskin2014-09-03
|\ \ \ | | | | | | | | nixos/nat: add forwardPorts for external->internal DNAT
| * | | nixos/nat: add forwardPorts for external->internal DNATLuca Bruno2014-09-01
| |/ /
* | | Mesos: servicesNathan Bijnens2014-09-03
| | |
* | | Merge pull request #3843 from wkennington/master.iffixMichael Raskin2014-09-03
|\ \ \ | | | | | | | | nixos/network-interfaces: Sanitize sys-subsystem device names
| * | | nixos/network-interfaces: Sanitize sys-subsystem device namesWilliam A. Kennington III2014-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, nixos will allow for interface names with special characters such as the hyphen to be used. This presents a problem when using systemd device names as the namespace paths are separated using hyphens. Within systemd, if a device name has a hyphen it should be replaced with the escape sequence \x2d. This patch sanitizes all interface names before they are used in a systemd device string.
* | | | Merge pull request #3949 from wkennington/master.grubEelco Dolstra2014-09-03
|\ \ \ \ | | | | | | | | | | grub2: Add localizations
| * | | | nixos/install-grub: Correct store path for searchWilliam A. Kennington III2014-09-03
| | | | |
| * | | | nixos/iso-image: Fix grub-mkimage requiring a prefixWilliam A. Kennington III2014-09-03
| | | | |
* | | | | Fixing comment caseMichael Raskin2014-09-03
| | | | |
* | | | | Remove copy-com.nix from the module listEelco Dolstra2014-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is proprietary software, and NixOS is intended as a free software distribution. We currently don't have a mechanism like allowUnfree for NixOS modules, so it's better to leave out modules for such packages. Of couse, they can still be activated by doing: imports = [ <nixpkgs/nixos/services/networking/copy-com.nix ];
* | | | | Merge pull request #3267 from Mathnerd314/cpufreq_noiseMichael Raskin2014-09-03
|\ \ \ \ \ | | | | | | | | | | | | Remove non-cpufreq_* modules since they are loaded by udev
| * | | | | Remove non-cpufreq_* modules since they are loaded by udev.Mathnerd3142014-07-14
| | | | | |
* | | | | | Fix forgotten unit entryMichael Raskin2014-09-03
| | | | | |
* | | | | | Enabled access to binaries of needed tools, and worker daemons can be ↵Strahinja Popovic2014-09-03
| | | | | | | | | | | | | | | | | | | | | | | | enabled for phabricator #3306
* | | | | | pulseaudio: Use group audio instead of pulse-accessRickard Nilsson2014-09-03
| | | | | |
* | | | | | yandex-disk: fix the url; introduce systemd.service #2228Sergey Mironov2014-09-03
| | | | | |
* | | | | | pulseaudio: Add pulse-access group, controlling access to the system-wide PA ↵Rickard Nilsson2014-09-03
| | | | | | | | | | | | | | | | | | | | | | | | daemon
* | | | | | Delete nixos/modules/module-list.nix.orig, extraneous fileCray Elliott2014-09-03
| |/ / / / |/| | | |
* | | | | Merge pull request #3804 from ehmry/unboundMichael Raskin2014-09-03
|\ \ \ \ \ | | | | | | | | | | | | unbound: run in chroot
| * | | | | unbound: run in chrootEmery Hemingway2014-08-26
| | | | | |
* | | | | | Merge pull request #3943 from wkennington/master.grubMichael Raskin2014-09-03
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Fix grub zfs build and typo
| * | | | | nixos/install-grub: Fix typoWilliam A. Kennington III2014-09-02
| | | | | |
* | | | | | Merge pull request #3747 from wkennington/master.explicitMichael Raskin2014-09-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/network-interfaces: Allow explicit virtual interface type setting
| * | | | | | nixos/network-interfaces: Fix vlan device coming up during switchWilliam A. Kennington III2014-08-30
| | | | | | |
| * | | | | | nixos/network-interface: Append -netdev for all device unitsWilliam A. Kennington III2014-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, device units are named directly after the name the user specifies for the device. A bridge device named lan will be defined within lan.service. This becomes a problem if you want your interface named nginx but also want to run the nginx service. This patch fixes the issue by appending netdev to all virtually created network device units. Therefore, the lan bridge -> lan-netdev.service. This naming convention is used for all types of network devices in order to ensure that all network devices are unique.
| * | | | | | nixos/network-interfaces: Allow explicit virtual interface type settingWilliam A. Kennington III2014-08-30
| | | | | | |
* | | | | | | Copy.com: client #3617Nathan Bijnens2014-09-03
| | | | | | |
* | | | | | | Merge pull request #2952 from edwtjo/cups-syswide-clientconfMichael Raskin2014-09-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | CUPS system wide client side remote printing.
| * | | | | | | CUPS system wide client configuration.Edward Tjörnhammar2014-08-20
| | | | | | | |
* | | | | | | | Merge pull request #3940 from wkennington/master.dnsmasqMichael Raskin2014-09-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/dnsmasq: Fix regressions during the systemd update
| * | | | | | | | nixos/dnsmasq: Fix regressions during the systemd updateWilliam A. Kennington III2014-09-02
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | diod: remove redundant default docMichael Fellinger2014-09-03
| | | | | | | |
* | | | | | | | diod: add systemd service and configMichael Fellinger2014-09-03
|/ / / / / / /
* | | | | | | nixos/generate-config: Only add store search path when kernels are not copiedWilliam A. Kennington III2014-09-02
| | | | | | |
* | | | | | | nixos/install-grub: Only check for /nix to be the mountPoint for the storeWilliam A. Kennington III2014-09-02
| | | | | | |
* | | | | | | nixos/install-grub: Always copy kernels for different devicesWilliam A. Kennington III2014-09-02
| | | | | | |
* | | | | | | nixos/installer-test: Use nested subvolumes for root to test detectionWilliam A. Kennington III2014-09-02
| | | | | | |
* | | | | | | nixos/generate-config: Don't interpret btrfs subvols as bind mountsWilliam A. Kennington III2014-09-02
| | | | | | |