about summary refs log tree commit diff
path: root/nixos/modules/tasks
AgeCommit message (Expand)AuthorFilesLines
2020-05-25nixos: Require networking.hostName to be a valid DNS labelMichael Weiss1-3/+13
2020-05-22nixos/scripted-networking: use udev to configure link MACAddress and MTUBytesFlorian Klink1-38/+15
2020-05-21nixos/network-interfaces-scripted: always run systemctl of the currently runn...Florian Klink1-1/+1
2020-05-18nixos/zfs: add missing dependendy nettoolsdatafoo1-1/+10
2020-04-13nixos/networking: move network-link-${i.name} to scripted networkingFlorian Klink2-32/+34
2020-04-13nixos/networking: add assertion catching setting mac addresses on tun devicesFlorian Klink1-0/+5
2020-04-13nixos/networking: fix setting .macAddress and .mtu with networkdFlorian Klink1-1/+6
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-04-02Merge pull request #79828 from Mic92/zedJörg Thalheim1-0/+1
2020-03-30Merge pull request #81161 from wedens/libvirt-6.0.0Robin Gloster1-6/+12
2020-03-29nixos/network-interfaces: fix examples typesDavid Costa1-57/+69
2020-03-21zfs: document systemd-udev-settle dependencyPeter Hoeg1-0/+1
2020-03-15nixos/scripted-networking: fix bridge setup when libvirtd uses socket activationvolth1-6/+12
2020-03-12Merge pull request #80141 from symphorien/scrubLéo Gaspard1-1/+6
2020-03-12Merge pull request #81214 from buckley310/updateDelaylewo1-0/+15
2020-03-03NixOS/auto-upgrade: refine option descriptionSean Buckley1-3/+5
2020-03-03nixos/zfs: continue trimming also if one pool failsJörg Thalheim1-1/+5
2020-02-28NixOS/auto-upgrade: fix wordingSean Buckley1-1/+1
2020-02-27NixOS/auto-upgrade: Add optional randomized delaySean Buckley1-0/+13
2020-02-21Merge pull request #53033 from netixx/openvswitch-improved-systemdJörg Thalheim3-31/+143
2020-02-19Merge pull request #80504 from ben0x539/encrypted-devices-loa-warningMichele Guerini Rocco1-1/+1
2020-02-18silence warning from #63103 in encrypted-devices.nixBenjamin Herr1-1/+1
2020-02-14nixos/btrfs: make autoScrub not prevent shutdown or suspendSymphorien Gibol1-1/+6
2020-02-11nixos/filesystems: don't chown /run/keys recursivelyFlorian Klink1-1/+2
2020-02-11nixos/zfs: populate PATH with needed programs for zedJörg Thalheim1-0/+1
2020-02-05nixos/filesystems: ensure keys gid on /run/keys mountpointFlorian Klink1-2/+6
2020-02-01nixos/networking-interfaces: change preferTempAddress to allow disabling temp...rnhmjoj1-13/+50
2020-01-09nixos/powertop: wait for hardware to initializeDenys Pavlov1-0/+1
2019-12-20nixos: unify virtual console optionsrnhmjoj1-127/+0
2019-12-16Merge master into staging-nextFrederik Rietdijk1-2/+2
2019-12-15Merge pull request #75193 from Ma27/optional-networkd-gatewayFranz Pletz1-2/+2
2019-12-15openvswitch: better integration with systemdNetix (Espinet François)3-31/+143
2019-12-12nfs: set up request-key for id mappingKai Wohlfahrt1-0/+6
2019-12-10nixos/treewide: Move rename.nix imports to their respective modulesSilvan Mosberger1-0/+4
2019-12-08nixos/networkd: only set gateway if it's explicitly specified in the module s...Maximilian Bosch1-2/+2
2019-12-04nixos/zfs: Adding ZED configuration optionsnyanloutre1-2/+64
2019-10-26Fix typo in message (`vswichtes` → `vswitches`)Elias Probst1-1/+1
2019-10-23nixos/network: remove 99-main.networkFlorian Klink1-9/+0
2019-10-15Merge pull request #70240 from woffs/pr-etc-zpool.dJörg Thalheim1-0/+1
2019-10-14nixos/zfs: simplify logic for scrub/autosnapshot serviceJörg Thalheim1-6/+4
2019-10-08nixos/zfs: avoid script derivation for trim serviceJörg Thalheim1-3/+1
2019-10-07nixos/zfs: only enable trim if zfs is enabledJörg Thalheim1-2/+2
2019-10-07Merge pull request #69302 from mayflower/networkd-disallow-dhcpLinus Heckemann2-4/+13
2019-10-02nixos module zfs: provide /etc/zfs/zpool.dFrank Doepper1-0/+1
2019-09-30mkRemovedOptionModule: assert on removed options (#69419)Silvan Mosberger1-1/+1
2019-09-30mkRemovedOptionModule: assert on removed optionsRobin Gloster1-1/+1
2019-09-28nixos network-interfaces.nix: fixup after the last changeVladimír Čunát1-1/+1
2019-09-28nixos/zfs: Enable trim by default (#69672)Jörg Thalheim1-1/+6
2019-09-27nixos/zfs: Enable trim by defaultSvein Ove Aas1-1/+6
2019-09-26Merge pull request #68227 from volth/patch-362Linus Heckemann1-4/+4