mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +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
|
in
|
||||||
{
|
{
|
||||||
environment.etc.issue.source = pkgs.lib.mkForce "/run/issue";
|
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