Loading nixos/lib/systemd-lib.nix +0 −3 Original line number Diff line number Diff line Loading @@ -526,9 +526,6 @@ rec { ln -s ${cfg.ctrlAltDelUnit} $out/ctrl-alt-del.target ln -s rescue.target $out/kbrequest.target mkdir -p $out/getty.target.wants/ ln -s ../autovt@tty1.service $out/getty.target.wants/ ln -s ../remote-fs.target $out/multi-user.target.wants/ ''} ''; # */ Loading nixos/modules/services/ttys/getty.nix +2 −0 Original line number Diff line number Diff line Loading @@ -148,6 +148,8 @@ in "container-getty@.service" ]; systemd.targets.getty.wants = [ "autovt@tty1.service" ]; systemd.services."getty@" = { serviceConfig.ExecStart = [ # override upstream default with an empty ExecStart Loading Loading
nixos/lib/systemd-lib.nix +0 −3 Original line number Diff line number Diff line Loading @@ -526,9 +526,6 @@ rec { ln -s ${cfg.ctrlAltDelUnit} $out/ctrl-alt-del.target ln -s rescue.target $out/kbrequest.target mkdir -p $out/getty.target.wants/ ln -s ../autovt@tty1.service $out/getty.target.wants/ ln -s ../remote-fs.target $out/multi-user.target.wants/ ''} ''; # */ Loading
nixos/modules/services/ttys/getty.nix +2 −0 Original line number Diff line number Diff line Loading @@ -148,6 +148,8 @@ in "container-getty@.service" ]; systemd.targets.getty.wants = [ "autovt@tty1.service" ]; systemd.services."getty@" = { serviceConfig.ExecStart = [ # override upstream default with an empty ExecStart Loading