about summary refs log tree commit diff
path: root/nixos/modules/tasks
AgeCommit message (Expand)AuthorFilesLines
2022-05-09Merge pull request #171650 from helsinki-systems/feat/config-systemd-packageJanne Heß1-1/+1
2022-05-07Merge pull request #167327 from lheckemann/networkd-usedhcpMaximilian Bosch2-11/+36
2022-05-05treewide: pkgs.systemd -> config.systemd.packageJanne Heß1-1/+1
2022-05-04zfs: Support zfs_force=y on the command line as well.Will Fancher1-1/+1
2022-05-03nixos: Don't use grep to request ZFS credentials, and consider keystatusWill Fancher1-6/+9
2022-05-03zfs: Update comment for https://github.com/zfsonlinux/zfs/pull/4943Will Fancher1-1/+3
2022-05-03zfs: Allow three tries to decrypt datasetsWill Fancher1-1/+8
2022-05-03nixos/stage-1-systemd: ZFS supportWill Fancher1-82/+105
2022-04-30nixos/network-interfaces: remove outdated deprecation informationMaximilian Bosch1-5/+0
2022-04-30nixos/network-interfaces-systemd: actually set catchall-iface if `useDHCP = t...Maximilian Bosch1-12/+14
2022-04-30nixos/networkd: reimplement useDHCP in a sensible wayLinus Heckemann1-6/+34
2022-04-28Merge pull request #170123 from ElvishJerricco/systemd-shutdown-ramfs-fixupWill Fancher1-0/+5
2022-04-28zfs: Sync pools on shutdown.Will Fancher1-0/+5
2022-04-26nixos/xfs: Fix evaluation (#170471)Janne Heß1-2/+2
2022-04-24nixos/btrfs: Add systemd stage 1 supportJanne Heß1-1/+1
2022-04-24nixos/filesystems: Make most simple filesystems compatible with systemdJanne Heß10-21/+48
2022-04-18Merge pull request #168965 from helsinki-systems/feat/systemd-stage-1-hostidJanne Heß1-10/+11
2022-04-16Merge pull request #107957 from tex/nixos/auto-upgradeThiago Kenji Okada1-7/+32
2022-04-16nixos/stage-1-init: Set host id for ZFSJanne Heß1-10/+11
2022-04-16nixos/auto-upgrade: add persistent optionMilan Svoboda1-7/+32
2022-04-15nixos/stage-1-init: Merge mdraid module into swraidJanne Heß1-9/+35
2022-04-13nixos/stage-1-systemd: Add LVM2 supportJanne Heß1-6/+27
2022-04-07nixos/zfs: better support auto-expanding partitioned disksGraham Christensen1-33/+4
2022-04-04nixos/tests/lvm2: don't try to add script from vdo to initrdajs1241-3/+3
2022-04-04nixos/tasks/lvm: add vdo supportajs1241-2/+30
2022-04-03Merge pull request #164943 from ElvishJerricco/systemd-initrd-reuse-systemd-m...Janne Heß1-1/+1
2022-03-31nixos/nix-gc, nixos/auto-upgrade: Minor documentation fixes.Jade1-1/+1
2022-03-29Merge pull request #158176 from lheckemann/fix-tempaddrLinus Heckemann1-1/+1
2022-03-27nixos/filesystems: Move options into the fs moduleJanne Heß1-0/+29
2022-03-22systemd-initrd: autoFormat and autoResize in initrdWill Fancher1-1/+1
2022-03-23networking.greTunnels: Add ttl optionjpathy3-0/+15
2022-03-18Merge pull request #164367 from jpathy/patch-2pennae1-2/+13
2022-03-17Merge pull request #77622 from R-VdP/nixos-upgrade-reboot-windowSilvan Mosberger1-12/+71
2022-03-17networking.greTunnels: support ip6gre*jpathy1-2/+13
2022-03-09NixOS/auto-upgrade: offer the possibility to define a reboot window during wh...R-VdP1-12/+71
2022-02-19treewide: remove obsolete kernel version checksAlyssa Ross1-10/+1
2022-02-05network-interfaces: use altered interface name for setting use_tempaddrLinus Heckemann1-1/+1
2022-02-04nixos/networking: Typo fixJade1-1/+1
2022-01-27nixos/apfs: initLuflosi2-1/+23
2022-01-21nixos/networkd: fix networking.networkd.static testLuflosi1-1/+1
2022-01-20nixos/networkd: Add routes from interfaces to [Route] section of .network fileLuflosi2-0/+74
2022-01-01Merge pull request #148637 from hexagonal-sun/network/gre-tap-tunGuillaume Girol3-0/+109
2021-12-17Merge pull request #148785 from pennae/more-option-doc-staticizingGraham Christensen2-1/+8
2021-12-09treewide: add defaultText for options using other shortcut bindingspennae1-1/+3
2021-12-09treewide: add literalDocBook text to options with complex defaultspennae1-0/+1
2021-12-09treewide: add defaultText for options with simple cfg.* expression defaultspennae1-0/+4
2021-12-08nixos/snapraid: fix evaluationDavid Knaack1-1/+1
2021-12-07nixos/networking: add options for configuring a GRE tunnelMatthew Leach3-0/+109
2021-12-03nixos/snapraid: relax permissions of snapraid-synclunik11-2/+2
2021-11-21Merge pull request #146709 from Artturin/underscorenameArtturi1-0/+4