Loading nixos/modules/system/boot/systemd.nix +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ let # Maintaining state across reboots. "systemd-random-seed.service" "systemd-boot-random-seed.service" ] ++ (optional cfg.package.withBootloader "systemd-boot-random-seed.service") ++ [ "systemd-backlight@.service" "systemd-rfkill.service" "systemd-rfkill.socket" Loading pkgs/os-specific/linux/systemd/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -856,8 +856,8 @@ stdenv.mkDerivation (finalAttrs: { # needed - and therefore `interfaceVersion` should be incremented. interfaceVersion = 2; inherit withCryptsetup withHostnamed withImportd withKmod withLocaled withMachined withPortabled withTimedated withUtmp util-linux kmod kbd; inherit withBootloader withCryptsetup withHostnamed withImportd withKmod withLocaled withMachined withPortabled withTimedated withUtmp util-linux kmod kbd; tests = { inherit (nixosTests) Loading Loading
nixos/modules/system/boot/systemd.nix +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ let # Maintaining state across reboots. "systemd-random-seed.service" "systemd-boot-random-seed.service" ] ++ (optional cfg.package.withBootloader "systemd-boot-random-seed.service") ++ [ "systemd-backlight@.service" "systemd-rfkill.service" "systemd-rfkill.socket" Loading
pkgs/os-specific/linux/systemd/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -856,8 +856,8 @@ stdenv.mkDerivation (finalAttrs: { # needed - and therefore `interfaceVersion` should be incremented. interfaceVersion = 2; inherit withCryptsetup withHostnamed withImportd withKmod withLocaled withMachined withPortabled withTimedated withUtmp util-linux kmod kbd; inherit withBootloader withCryptsetup withHostnamed withImportd withKmod withLocaled withMachined withPortabled withTimedated withUtmp util-linux kmod kbd; tests = { inherit (nixosTests) Loading