+1
nixos/modules/rename.nix
+1
nixos/modules/rename.nix
···(mkRemovedOptionModule [ "services" "mysql" "pidDir" ] "Don't wait for pidfiles, describe dependencies through systemd")(mkRemovedOptionModule [ "services" "mysql" "rootPassword" ] "Use socket authentication or set the password outside of the nix store.")(mkRemovedOptionModule [ "services" "zabbixServer" "dbPassword" ] "Use services.zabbixServer.database.passwordFile instead.")(mkRenamedOptionModule [ "programs" "zsh" "enableSyntaxHighlighting" ] [ "programs" "zsh" "syntaxHighlighting" "enable" ])
···(mkRemovedOptionModule [ "services" "mysql" "pidDir" ] "Don't wait for pidfiles, describe dependencies through systemd")(mkRemovedOptionModule [ "services" "mysql" "rootPassword" ] "Use socket authentication or set the password outside of the nix store.")(mkRemovedOptionModule [ "services" "zabbixServer" "dbPassword" ] "Use services.zabbixServer.database.passwordFile instead.")(mkRenamedOptionModule [ "programs" "zsh" "enableSyntaxHighlighting" ] [ "programs" "zsh" "syntaxHighlighting" "enable" ])
+3
-5
nixos/modules/system/boot/stage-1.nix
+3
-5
nixos/modules/system/boot/stage-1.nix
···
···
+23
-15
nixos/modules/system/boot/systemd.nix
+23
-15
nixos/modules/system/boot/systemd.nix
·········-${concatStrings (mapAttrsToList (generator: target: "ln -s ${target} $out/${generator};\n") cfg.generators)}"systemd/system".source = generateUnits "system" cfg.units upstreamSystemUnits upstreamSystemWants;···
·········"systemd/system".source = generateUnits "system" cfg.units upstreamSystemUnits upstreamSystemWants;···
-1
nixos/modules/tasks/filesystems/nfs.nix
-1
nixos/modules/tasks/filesystems/nfs.nix
+2
-41
nixos/modules/tasks/swraid.nix
+2
-41
nixos/modules/tasks/swraid.nix
···
+25
-2
nixos/tests/systemd.nix
+25
-2
nixos/tests/systemd.nix
·········
·········
+18
-7
pkgs/os-specific/linux/mdadm/default.nix
+18
-7
pkgs/os-specific/linux/mdadm/default.nix
······
······
+2
-2
pkgs/os-specific/linux/systemd/default.nix
+2
-2
pkgs/os-specific/linux/systemd/default.nix