From 49c4a6d6021a29e862383bf678d34fba7def9a83 Mon Sep 17 00:00:00 2001 From: Ian McFarlane Date: Wed, 5 Oct 2022 12:46:23 -0400 Subject: [PATCH] nixos/getty: mkdefault for etc/issue --- nixos/modules/services/ttys/getty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/ttys/getty.nix b/nixos/modules/services/ttys/getty.nix index aec65903cec..22ae9c27e5b 100644 --- a/nixos/modules/services/ttys/getty.nix +++ b/nixos/modules/services/ttys/getty.nix @@ -146,7 +146,7 @@ in enable = mkDefault config.boot.isContainer; }; - environment.etc.issue = + environment.etc.issue = mkDefault { # Friendly greeting on the virtual consoles. source = pkgs.writeText "issue" ''