summary refs log tree commit diff
path: root/nixos/modules/tasks
Commit message (Collapse)AuthorAge
* Merge pull request #49354 from aanderse/fstab-escapingJörg Thalheim2018-11-06
|\ | | | | filesystems: escape spaces in fstab with \040
| * filesystems: escape spaces in fstab with \040Aaron Andersen2018-10-28
| |
* | Hide useless errors when waiting for zpool to be readyAndrew Dunham2018-10-16
| |
* | nixos/network-interfaces-scripted: fix container networking bugUli Baum2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | When a bridge interface was reconfigured, running containers using this bridge lost connectivity: restarting network-addresses-brN.service triggered a restart of network-setup.service via a "partOf" relationship introduced in 07e0c0e0a2f237639600f2a0d62f6eac748b1e6e. This in turn restarted brN-netdev.service. The bridge was thus destroyed and recreated with the same name but a new interface id, causing attached veth interfaces to lose their connection. This change removes the "partOf" relationship between network-setup.service and network-addresses-brN.service for all bridges.
* | networking.hostId: fix cmd in descriptionErik Arvstedt2018-09-11
|/ | | | | | | 1. Simplify the command by reading directly from /etc/machine-id which is already a random, lower-case hex string 2. Previously, the command output could be too short because of missing leading digits. This is now fixed.
* Merge pull request #44347 from zhangyoufu/patch-28620Graham Christensen2018-09-01
|\ | | | | fix vlan interface bring up on boot
| * fix commentFranz Pletz2018-08-13
| |
| * add comment for issue #28620Youfu Zhang2018-08-10
| |
| * fix vlan interface bring up on bootYoufu Zhang2018-08-02
| | | | | | | | | | when the parent interface of a vlan interface is not up (yet), ip link cannot bring the vlan interface up the vlan interface will be automatically brought up when the parent interface is up later fix NixOS/nixpkgs#28620
* | linuxPackages.zfsUnstable: 2018-05-22 -> 2018-08-13Jörg Thalheim2018-08-14
| | | | | | | | spl was merged into zfs master
* | zfsLegacyCrypto: removeJörg Thalheim2018-08-13
| | | | | | | | | | This package was only mandatory for migration for people on zfsUnstable in nixos unstable.
* | trackpoint: Make the device name configurableBoris Babic2018-08-06
|/
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* [bot]: remove unreferenced codevolth2018-07-20
|
* networking: Fix timeout when `lo` has aliased IPsGraham Christensen2018-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | With a config like { networking.interfaces."lo".ip4 = [ { address = "10.8.8.8"; prefixLength = 32; } ]; } a nixos-rebuild switch would take a long time, and you'd see: $ systemctl list-jobs JOB UNIT TYPE STATE 734400 network-interfaces.target start waiting 734450 sys-subsystem-net-devices-lo.device start running 734449 network-link-lo.service start waiting and: systemd[1]: sys-subsystem-net-devices-lo.device: Job sys-subsystem-net-devices-lo.device/star> systemd[1]: sys-subsystem-net-devices-lo.device: Job sys-subsystem-net-devices-lo.device/star> systemd[1]: Timed out waiting for device sys-subsystem-net-devices-lo.device. This removes the device dependency for `lo` and fixes this bug. Closes #7227
* zfs: Improve import handlingSvein Ove Aas2018-07-02
|
* nixos/zfs: load encryption keys for all pools (#41846)Frank Doepper2018-06-28
| | | | | | | fixes #41838 At the moment it works fine for "file://" keys, but does not work for dataPools with "prompt" keys, because the passphrase cannot be entered (yet).
* nixos/zfs: mount AFTER importFrank Doepper2018-06-15
|
* Merge pull request #41853 from volth/patch-153xeji2018-06-13
|\ | | | | network-interfaces.nix: remove duplicate code
| * network-interfaces.nix: remove duplicate codevolth2018-06-11
| |
* | nixos/zfs: enable zfs servicesFrank Doepper2018-06-13
|/
* zfs: Fix "zfs-sync" for modern systemdSvein Ove Aas2018-06-09
|
* nixos.modules.tasks.swraid: add raid10 module to initrdNathaniel McCallum2018-05-28
|
* Merge pull request #39982 from tadfisher/scsi-link-policyYegor Timoshenko2018-05-22
|\ | | | | nixos/powerManagement: add "med_power_with_dipm" scsiLinkPolicy
| * nixos/powerManagement: add "med_power_with_dipm" scsiLinkPolicyTad Fisher2018-05-04
| |
* | networking.routes: static routes are proto staticRobin Gloster2018-05-22
|/
* lxd: 2.16 -> 3.0.0Jörg Thalheim2018-04-14
|
* exfat-utils, fuse_exfat -> exfatvolth2018-04-12
| | | `exfat-utils' and `fuse_exfat' are both aliases of `exfat'
* zfs.autoSnapshot: make `frequent` run every 15 minsBenjamin Andresen2018-04-11
| | | | fixes bug that there is 30 minutes between hh:45 and hh:15 every hour.
* Merge pull request #38094 from volth/patch-120Matthew Justin Bauer2018-04-08
|\ | | | | nixos/network-scripted: print error details
| * nixos/network-scripted: print error detailsvolth2018-03-30
| |
* | Merge pull request #38405 from volth/patch-121Franz Pletz2018-04-05
|\ \ | | | | | | network-interfaces-scripted: wlanInterfaces have .device, …
| * | network-interfaces-scripted: wlanInterfaces have .device, no ↵volth2018-04-03
| |/ | | | | | | "${dev}-netdev.service"
* / network-interfaces.nix: dead code removalvolth2018-04-04
|/ | | `wlanDeviceUdevScript` is not used below in the text
* nixos/manual: fixed example config for networking.interfacesJustin Humm2018-03-17
| | | | The former example gave a "value is a list while a set was expected" error.
* Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-03-13
|\ | | | | | | | | Conflicts: pkgs/development/tools/build-managers/conan/default.nix
| * nixos/network-interfaces: Fix 2 small typosSilvan Mosberger2018-03-10
| |
* | Merge branch 'master' into stagingJan Malakhovski2018-03-10
|\| | | | | | | | | | | | | | | | | | | | | Resolved the following conflicts (by carefully applying patches from the both branches since the fork point): pkgs/development/libraries/epoxy/default.nix pkgs/development/libraries/gtk+/3.x.nix pkgs/development/python-modules/asgiref/default.nix pkgs/development/python-modules/daphne/default.nix pkgs/os-specific/linux/systemd/default.nix
| * Merge pull request #27678 from ↵Frederik Rietdijk2018-03-05
| |\ | | | | | | | | | | | | volth/restore-bridge-slaves-dynamically-added-by-libvirt nixos/networking-scripted: restore bridge slaves dynamically added by…
| | * add separator in case if a VM connected to more than 1 bridgeVolth2017-08-21
| | |
| | * support lxc:/// and ignore weird bridges (like openvswitch)Volth2017-08-01
| | |
| | * nixos/networking-scripted: restore bridge slaves dynamically added by libvirtVolth2017-07-27
| | |
* | | nixos: Move uses of stdenv.shell to runtimeShell.Shea Levy2018-03-01
| | |
* | | nixos: keymap: Fix cross-compilation.Shea Levy2018-02-28
|/ /
* | Merge pull request #35141 from abbradar/dhcpcd-orderFranz Pletz2018-02-20
|\ \ | | | | | | dhcpcd service: fix service dependencies when default gateways are set
| * | network-interfaces-scripted service: delay setup if IPv6 is disabledNikolay Amiantov2018-02-19
| | | | | | | | | | | | Even if IPv6 gateway is set, there's no need to set it early if IPv6 is disabled.
* | | nixos/networking-interfaces: rename IP addresses/routes optionsrnhmjoj2018-02-17
| | |
* | | nixos/tests: add test for static routesrnhmjoj2018-02-17
| | |
* | | nixos/networking-interfaces: make static routes configurablernhmjoj2018-02-17
|/ /
* | Merge pull request #34492 from rnhmjoj/privacyJoachim F2018-02-17
|\ \ | | | | | | nixos/networking-interfaces: add preferTempAddress option