about summary refs log tree commit diff
path: root/nixos/modules/tasks
Commit message (Collapse)AuthorAge
* Merge pull request #2726 from pSub/trackpointFlorian Friesdorf2014-06-07
|\ | | | | Added an option to configure sensitivity and speed of trackpoints.
| * Added an option to configure sensitivity and speed of trackpoints.Pascal Wittmann2014-05-23
| |
* | Merge pull request #2416 from edwtjo/encdev-moduleMichael Raskin2014-05-27
|\ \ | | | | | | Enable encrypted backing devices in fileystem configurations
| * | Enable encrypted backing devices in fileystem configurationsEdward Tjörnhammar2014-04-26
| | |
* | | nixos: f2fs filesystem module support (close #2085)Emery Hemingway2014-05-11
| | |
* | | When auto-formatting ext devices, use the -F flag to make it work with ↵Rickard Nilsson2014-05-09
| |/ |/| | | | | unpartioned disks
* | cpufreq: Don't fail if the CPU doesn't support frequency settingEelco Dolstra2014-04-28
|/
* spl, zfs: Add git versions, based on recent commitsRicardo M. Correia2014-04-23
| | | | | | | | | | | | | Upstream has not been tagging new versions for a long time, but we need compatibility with newer kernels. The 0.6.2 versions already have a bunch of backported compatibility patches, but 3.14 kernels need even more. Also, the git versions have fixed a bunch of crashes and other bugs, so perhaps we should just bite the bullet and just use recent git versions (as sometimes upstream recommends, when people run into bugs). This adds a new "boot.zfs.useGit" boolean option, so that a user can easily opt into using the git versions.
* Containers: Use /etc/resolv.conf supplied by the hostEelco Dolstra2014-04-18
| | | | | | This used to work with systemd-nspawn 203, because it bind-mounted /etc/resolv.conf (so openresolv couldn't overwrite it). Now it's just copied, so we need some special handling.
* Allow upstream systemd units to be extendedEelco Dolstra2014-04-17
| | | | | | | | | | | | If you define a unit, and either systemd or a package in systemd.packages already provides that unit, then we now generate a file /etc/systemd/system/<unit>.d/overrides.conf. This makes it possible to use upstream units, while allowing them to be customised from the NixOS configuration. For instance, the module nix-daemon.nix now uses the units provided by the Nix package. And all unit definitions that duplicated upstream systemd units are finally gone. This makes the baseUnit option unnecessary, so I've removed it.
* Don't run the cpufreq service in VMsEelco Dolstra2014-04-16
|
* Don't make containers depend on cpupowerEelco Dolstra2014-04-16
|
* cpu-freq: Use cpupower instead of cpufrequtilsWilliam A. Kennington III2014-04-16
| | | | | | Additionally, put the powersave utility in charge of loading the cpufrequency modules based on the governor specified in the configuration.
* Don't enable LVM2 in containersEelco Dolstra2014-04-15
| | | | It's a somewhat pointless dependency.
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Add fuse to env by defaultShea Levy2014-04-03
| | | | Fixes #458
* nixos: Add ZFS auto-snapshotting moduleRicardo M. Correia2014-03-15
|
* Merge branch 'u/zfs-import' of git://github.com/wizeman/nixpkgsShea Levy2014-03-14
|\ | | | | | | zfs: Misc fixes
| * zfs: Don't look for devices only in /devRicardo M. Correia2014-03-04
| | | | | | | | | | If we don't give out a directory to 'zpool import', it will use libblkid to automatically find all existing ZFS devices.
* | Merge branch 'nixos/network-interfaces/ipv6' of ↵Shea Levy2014-03-14
|\ \ | | | | | | | | | | | | | | | git://github.com/offlinehacker/nixpkgs nixos/network-interfaces: add support for static ipv6 addresses
| * | nixos/network-interfaces: add support for static ipv6 addressesJaka Hudoklin2013-11-13
| | |
* | | nixos/network-interfaces: do not try to enable or disable ipv6 in containerJaka Hudoklin2014-03-10
| |/ |/|
* | network-interfaces: Add the ability to create bond devicesWilliam A. Kennington III2013-12-31
| | | | | | | | | | | | | | | | This patch adds support for the creations of new bond devices, aggregate pipes of physical devices for extra throughput or failover. Additionally, add better correction at the startup of a bridge of vlan interface (delete old, stale interfaces).
* | Merge pull request #1430 from wkennington/mtuMathijs Kwik2013-12-30
|\ \ | | | | | | network-interfaces: Add mtu setting support
| * | network-interfaces: Add mtu setting supportWilliam A. Kennington III2013-12-30
| | | | | | | | | | | | | | | Adds a setting to the network interface configuration for changing the mtu for each specified interface.
* | | network-interfaces: Add support for creating vlansWilliam A. Kennington III2013-12-29
|/ / | | | | | | | | This patch adds support for vlan creation at machine startup, so that we can adjust interface settings for vlan devices using nix.
* | Disable various services when running inside a containerEelco Dolstra2013-11-26
| |
* | Check whether fileSystems defines the root FSEelco Dolstra2013-11-18
| |
* | Fix broken Conflicts optionsEelco Dolstra2013-11-18
| |
* | nixos: capitalize a bunch of service descriptionsBjørn Forsman2013-11-09
|/ | | | | | | | | | | | (systemd service descriptions that is, not service descriptions in "man configuration.nix".) Capitalizing each word in the description seems to be the accepted standard. Also shorten these descriptions: * "Munin node, the agent process" => "Munin Node" * "Planet Venus, an awesome ‘river of news’ feed reader" => "Planet Venus Feed Reader"
* Add lots of missing option typesEelco Dolstra2013-10-30
|
* Add ZFS dependencies to the initrd so that the zpool command works.William A. Kennington III2013-10-30
| | | | | | Remove unneeded zfs mount, since zpool automatically mounts everything. Close #1128.
* Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2013-10-30
|
* Remove the dhclient moduleEelco Dolstra2013-10-29
| | | | It's no longer used by NixOS (replaced by dhcpcd).
* Do not allow multiple definitions of IP addresses etc. within an interfaceEelco Dolstra2013-10-28
|
* Remove uses of the "merge" option attributeEelco Dolstra2013-10-28
| | | | | It's redundant because you can (and should) specify an option type, or an apply function.
* Manual: Fix bad \" charactersEelco Dolstra2013-10-28
|
* Load the xfs kernel module on demandEelco Dolstra2013-10-13
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10