summary refs log tree commit diff
path: root/nixos/modules/tasks
Commit message (Collapse)AuthorAge
* Fix typoEelco Dolstra2016-02-12
|
* kbd module: don't setup vconsoles if we are in a containerNikolay Amiantov2016-02-10
|
* filesystems: use list of strings for fs optionsAneesh Agrawal2016-02-06
| | | | | | | | | | | | Allow usage of list of strings instead of a comma-separated string for filesystem options. Deprecate the comma-separated string style with a warning message; convert this to a hard error after 16.09. 15.09 was just released, so this provides a deprecation period during the 16.03 release. closes #10518 Signed-off-by: Robin Gloster <mail@glob.in>
* Don't include wireless-tools/iw/rfkill when wireless is disabledEelco Dolstra2016-02-01
| | | | This is mostly to get rid of some useless stuff in VMs/containers.
* Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
| | | | | | - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
* i18n: Fix vconsole colorscheme generationrnhmjoj2016-01-17
| | | | | Close #12442. abbradar: remove trailing spaces.
* Merge pull request #12315 from tlevine/trackpoint-typoPascal Wittmann2016-01-11
|\ | | | | trackpoint: fix typo in trackpoint speed description
| * trackpoint: fix typo in configuration descriptionThomas Levine2016-01-11
| | | | | | | | I fixed a typo in the description for hardware.trackpoint.speed.
* | jobs -> systemd.servicesRobin Gloster2016-01-07
|/
* Merge pull request #11890 from Baughn/zfsWilliam A. Kennington III2016-01-05
|\ | | | | zfs:Add option for zpool import -d, and set it to /dev/disk/by-id.
| * zfs:Change default for -d to /dev/disk/by-idSvein Ove Aas2015-12-23
| |
| * zfs:Add zfs.devNodes option for zpool import -dSvein Ove Aas2015-12-23
| |
* | btrfsProgs -> canonical btrfs-progsTobias Geerinckx-Rice2016-01-03
| |
* | Network script module fixTimofei Kushnir2015-12-25
|/
* zfs:Always import from /dev/disk/by-idSvein Ove Aas2015-12-12
|
* nixos/kbd: make systemd-vconsole-setup work with KMSNikolay Amiantov2015-12-03
|
* Revert part of #9982 to be in line with #9925Kovacsics Robert (NixOS)2015-11-26
| | | | | When creating PR #9982, I undid a line of PR #9925, that was some cleanups and fixes, so this undoes that damage.
* Merge pull request #10218 from offlinehacker/nixos/format_optionsJaka Hudoklin2015-11-18
|\ | | | | add support for auto format, format options
| * add support for auto format, format optionsJaka Hudoklin2015-10-04
| |
* | Merge pull request #10610 from joachifm/scsi-link-pmDomen Kožar2015-11-16
|\ \ | | | | | | nixos: set scsi link power policy using udev
| * | nixos: set scsi link power policy using udevJoachim Fasting2015-10-25
| | | | | | | | | | | | Also improve option type checking by enumerating valid policy names.
* | | Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III2015-11-14
| | | | | | | | | | | | | | | | | | This reverts commit 741bf840dad05cd1728481045466811ae8ae8281. This reverts the fallout from reverting the major changes.
* | | Merge commit 'cb21b77' into master.upstreamWilliam A. Kennington III2015-11-13
|\ \ \ | | | | | | | | | | | | This is a partial merge of staging for builds which are working
| * \ \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-10-30
| |\ \ \
| * \ \ \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-10-15
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Revert "Merge pull request #9543 from NixOS/staging.post-15.06"Eelco Dolstra2015-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f61176c5396ed513f3d399f73f38ab78a066667f, reversing changes made to a27ca029ee2b39e04d7d2a516a7228f4b62067fb. Conflicts: pkgs/development/libraries/ncurses/default.nix
* | | | | i18n: add color scheme option (close #9626)rnhmjoj2015-11-09
| |_|/ / |/| | |
* | | | nixos/swap: refactor, add randomEncryption optionNikolay Amiantov2015-10-20
| |/ / |/| |
* | | Fix typo in nixos/modules/tasks/filesystems/nfs.nix.Robbin C2015-10-14
| | | | | | | | | | | | statd should be cfg.statd.
* | | networking module: wlanInterfaces: fix file name of udev rulesThomas Strobel2015-10-06
| | |
* | | networking module: vswitches: re-structure dependencies to systemd unitsThomas Strobel2015-10-06
| | |
* | | networking module: restructure wlanInterfacesThomas Strobel2015-10-04
|/ / | | | | | | | | Restructure internals of networking.wlanInterfaces option to generate proper '.device' systemd targets for the WLAN interfaces.
* | networking module: fix for wlanInterfacesThomas Strobel2015-10-02
| |
* | networking module: fix DocBook tagsThomas Strobel2015-10-01
| |
* | networking module: init 'wlanInterfaces' optionThomas Strobel2015-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configuration option for setting up virtual WLAN interfaces. If the hardware NIC supports it, then multiple virtual WLAN interfaces can be configured through the options of the new 'networking.wlanInterfaces' module. For example, the following configuration transforms the device with the persistent udev name 'wlp6s0' into a managed and a ad hoc device with the device names 'wlan-managed0' and 'wlan-adhoc0', respectively: networking.wlanInterfaces = { "wlan-managed0" = { type = "managed"; device = "wlp6s0"; }; "wlan-adhoc0" = { type = "ibss"; device = "wlp6s0"; }; }; Internally, a udev rule is created that matches wlp6s0 and runs a script which adds the missing virtual interfaces and re-configures the wlp6s0 interface accordingly. Once the new interfaces are created by the Linux kernel, the configuration of the interfaces is managed by udev and systemd in the usual way.
* | Remove zfs-git and spl-gitEelco Dolstra2015-09-29
| | | | | | | | See https://github.com/NixOS/nixpkgs/pull/10042#commitcomment-13422343.
* | Merge pull request #10000 from ts468/upstream.vswitchts4682015-09-29
|\ \ | |/ |/| nixos networking: add vswitch option
| * nixos networking: add vswitch optionThomas Strobel2015-09-25
| | | | | | | | | | | | Add a configuration option for Open vSwitch that is similar to the option for the Linux kernel ethernet bridge.
* | Merge pull request #9982 from KoviRobi/fix-encrypted-non-root-devicesEdward Tjörnhammar2015-09-27
|\ \ | |/ |/| encrypted-devices service: Fix keyed mount, clarify descriptions.
| * encrypted-devices service: Fix keyed mount, clarify descriptions.Kovacsics Robert (NixOS)2015-09-22
| | | | | | | | | | Not enough arguments were supplied to cryptsetup when a key-file was specified. Also don't try to unlock keyedEncDevs with a password.
* | Add filesystem option to automatically grow to the maximum sizeEelco Dolstra2015-09-24
| | | | | | | | | | This is primarily for EC2 and other cloud environments, where the disk may be bigger than the original image.
* | Remove relatime mount optionEelco Dolstra2015-09-24
| | | | | | | | This has been the kernel default for a long time.
* | nixos/filesystems: Skip check for vboxsf.aszlig2015-09-21
| | | | | | | | | | | | | | We don't even have any means to check a VirtualBox shared folder, so let's not even try to. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | nixos/filesystems: Improve vboxsf default options.aszlig2015-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default options for all file systems currently are "defaults.relatime", which works well on file systems which support the relatime option. Unfortunately, this is not the case for the VirtualBox shared folder filesystem, so until now, you need to set something like: fileSystems."/foo" = { device = "foo"; fsType = "vboxsf"; options = "defaults"; }; Otherwise mounting the file system would fail. Now, we provide only the "defaults" option to the "vboxsf" file system, so something like this is enough: fileSystems."/foo" = { device = "foo"; fsType = "vboxsf"; }; An alternative to that could be to document that you need to set default options, but we really should do what users expect instead of forcing them to look up the documentation as to why this has failed. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | virtualbox service: add support for vboxsf guest filesystemJaka Hudoklin2015-09-21
|/ | | | | | | | Closes #9358 Signed-off-by: Jaka Hudoklin <jakahudoklin@gmail.com> Fix reference to bin/mount.vboxsf. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos: fix some typesJan Malakhovski2015-09-18
|
* Don't include wireless tools in containersEelco Dolstra2015-07-22
|
* Some more type cleanupEelco Dolstra2015-06-15
|
* nixos: add support for exfat filesystemNikolay Amiantov2015-05-27
|
* Trackpoint scrolling on T450s et alAristid Breitkreuz2015-05-25
|