summary refs log tree commit diff
path: root/nixos/modules/tasks
Commit message (Collapse)AuthorAge
* Merge staging into closure-sizeVladimír Čunát2015-10-03
|\ | | | | | | This makes gcc5 the default builder, etc.
| * networking module: fix for wlanInterfacesThomas Strobel2015-10-02
| |
* | unionfs-fuse: Fix the utillinux path hack for multiple-outputsTuomas Tynkkynen2015-10-03
| | | | | | | | Double ugh.
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\| | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * 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
| |
* | Merge staging into closure-sizeVladimír Čunát2015-05-05
|\|
| * TypoEelco Dolstra2015-04-20
| |
| * GrmblEelco Dolstra2015-04-20
| |
| * ntfs.nix: Remove copypasta jfs stuffEelco Dolstra2015-04-20
| | | | | | | | Thanks to @wizeman for spotting this!
| * 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.
| * Don't include ntfs-3g by defaultEelco Dolstra2015-04-19
| | | | | | | | Issue #7117.
* | xfsprogs: fix outputs and referencesVladimír Čunát2015-04-21
|/
* nixos/vfat: Readd fsck.reiserfsWilliam A. Kennington III2015-03-28
|
* nixos/vfat: Readd fsck.vfatWilliam A. Kennington III2015-03-28
|
* nixos/initrd: Generic library copyingWilliam A. Kennington III2015-03-28
|
* nixos/zfs: Don't default to git version for kernels >= 3.19Ricardo M. Correia2015-03-19
| | | | Stable version 0.6.3-1.3 works with kernels 3.19.x.
* Add Elanthec PS/2 Trackpoint (Thinkpad L430)Robin Gloster2015-03-15
|
* nixos: add a few missing type specifiers under boot.*Joachim Fasting2015-02-28
|
* nixos/networkd: Add an assertion for unsupported rstpWilliam A. Kennington III2015-02-24
|
* nixos/zfs: Use the git version for kernels unsupported by 0.6.3William A. Kennington III2015-02-11
|
* nixos/zfs: Fix references to zfs packages now that they are splitWilliam A. Kennington III2015-02-07
|
* nixos: Don't do filesystem checks on ZFS or NFS filesystemsRicardo M. Correia2015-01-21
|
* nixos/network-interfaces: Fix rstp supportWilliam A. Kennington III2015-01-14
|
* nixos/network-interfaces: Add mstpd support for bridgesWilliam A. Kennington III2015-01-07
|
* Fix user-facing typos (mainly in descriptions)Tobias Geerinckx-Rice2014-12-30
|
* zfs hostId: Instructions to derive from machine-idwmertens2014-12-18
|
* nixos/network-interfaces: Add ipv6 gateway supportWilliam A. Kennington III2014-12-17
|
* Don't require forcing utils to get to libShea Levy2014-12-10
|
* nfs-utils: align attrname with pkgnameBjørn Forsman2014-12-06
| | | | | nfsUtils => nfs-utils. Keep copy of old attribute for backward compatibility.
* nixos: Add network-pre.target and adjust firewall start orderingWilliam A. Kennington III2014-12-01
|
* nixos/nfs: Fix dependency orderingWilliam A. Kennington III2014-12-01
|
* nixos/networking: Fix more harmless errorsWilliam A. Kennington III2014-12-01
|
* nixos/network: Fix typoWilliam A. Kennington III2014-11-30
|