mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
ignore failures displaying status
This commit is contained in:
parent
1fa12a96e8
commit
fbe6a6663e
1 changed files with 1 additions and 1 deletions
|
@ -35,5 +35,5 @@ let
|
|||
in
|
||||
{
|
||||
environment.etc.issue.source = pkgs.lib.mkForce "/run/issue";
|
||||
systemd.services."getty@".serviceConfig.ExecStartPre = nscript;
|
||||
systemd.services."getty@".serviceConfig.ExecStartPre = "-${nscript}";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue