summary refs log tree commit diff
path: root/nixos/modules/tasks
AgeCommit message (Expand)AuthorFilesLines
2019-06-09Merge master into staging-nextFrederik Rietdijk1-4/+2
2019-06-06zfs: 0.7.13 -> 0.8.0Jörg Thalheim1-4/+2
2019-06-03nixos/networkd: rename GatewayOnlink to GatewayOnLinkAndreas Rammhold1-1/+1
2019-06-03nixos/networkd: use the route section for default routesAndreas Rammhold1-1/+8
2019-06-03nixos/networkd: use `no` instead of `none` for `DHCP=` optionAndreas Rammhold1-1/+1
2019-04-20cleanup redundant text in modules utilizing mkEnableOptionAaron Andersen1-1/+1
2019-03-16filesystems: Add autoResize assertiontalyz1-0/+7
2019-03-09network-scripting: do not run resolvconf if /etc/resolv.conf is managed manua...volth1-9/+11
2019-03-07nixos/auto-upgrade: enable service only when it's enabled in options (#56948)Danylo Hlynskyi1-2/+2
2019-02-22nixos: add preferLocalBuild=true; on derivations for config filesSymphorien Gibol3-2/+3
2019-02-03nixos-generate-config: account for mount points & devices with spaces & tabs ...aanderse1-1/+1
2019-02-02nixos/tasks/encrypted-devices: fix regression from #54637Pierre Bourdon1-3/+3
2019-02-02Merge pull request #55042 from markuskowa/fix-update-serviceSilvan Mosberger1-1/+1
2019-02-01NixOS/auto-upgrade: add git to service pathMarkus Kowalewski1-1/+1
2019-01-31types.optionSet: deprecate and remove last usagesdanbst1-6/+6
2019-01-22Merge pull request #53965 from mayflower/zfs-autoscrub-fixJörg Thalheim1-0/+1
2019-01-17Merge pull request #42183 from kisik21/masterJörg Thalheim1-0/+6
2019-01-14nixos/zfs: autoscrub only after boot is completeLinus Heckemann1-0/+1
2019-01-03nixos/cpufreq: Remove the alias to set the cpu frequency governor(cdep)illabout1-26/+31
2019-01-01cpufreq: add option for setting the cpu max and min frequencies(cdep)illabout1-19/+52
2018-11-17nixos: move system.autoUpgradezimbatm1-0/+92
2018-11-10Merge pull request #49671 from hyperfekt/bcachefs_cryptrootVladyslav M1-11/+50
2018-11-06Merge pull request #49354 from aanderse/fstab-escapingJörg Thalheim1-3/+5
2018-11-06nixos/bcachefs: enable encrypted roothyperfekt1-8/+52
2018-11-03nixos/bcachefs: remove superfluous fsck from initrdhyperfekt1-5/+0
2018-10-28filesystems: escape spaces in fstab with \040Aaron Andersen1-3/+5
2018-10-16Hide useless errors when waiting for zpool to be readyAndrew Dunham1-1/+1
2018-09-23nixos/network-interfaces-scripted: fix container networking bugUli Baum1-1/+2
2018-09-11networking.hostId: fix cmd in descriptionErik Arvstedt1-1/+1
2018-09-01Merge pull request #44347 from zhangyoufu/patch-28620Graham Christensen1-1/+6
2018-08-14linuxPackages.zfsUnstable: 2018-05-22 -> 2018-08-13Jörg Thalheim1-4/+4
2018-08-13fix commentFranz Pletz1-3/+5
2018-08-13zfsLegacyCrypto: removeJörg Thalheim1-26/+1
2018-08-10add comment for issue #28620Youfu Zhang1-0/+3
2018-08-06trackpoint: Make the device name configurableBoris Babic1-3/+12
2018-08-02fix vlan interface bring up on bootYoufu Zhang1-1/+1
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth7-7/+7
2018-07-20[bot]: remove unreferenced codevolth3-3/+0
2018-07-06networking: Fix timeout when `lo` has aliased IPsGraham Christensen1-1/+1
2018-07-02zfs: Improve import handlingSvein Ove Aas1-15/+77
2018-06-28nixos/zfs: load encryption keys for all pools (#41846)Frank Doepper1-1/+6
2018-06-19nixos/f2fs: fixed autoresize checkVictor Shlein1-1/+2
2018-06-19nixos/stage-1, nixos/f2fs: moved f2fs resizing tools include in f2fs moduleVictor Shlein1-0/+5
2018-06-15nixos/zfs: mount AFTER importFrank Doepper1-0/+1
2018-06-13Merge pull request #41853 from volth/patch-153xeji1-16/+0
2018-06-13nixos/zfs: enable zfs servicesFrank Doepper1-5/+8
2018-06-11network-interfaces.nix: remove duplicate codevolth1-16/+0
2018-06-09zfs: Fix "zfs-sync" for modern systemdSvein Ove Aas1-0/+3
2018-05-28nixos.modules.tasks.swraid: add raid10 module to initrdNathaniel McCallum1-1/+1
2018-05-22Merge pull request #39982 from tadfisher/scsi-link-policyYegor Timoshenko1-2/+24