nixos/getty: mkdefault for etc/issue
Ian McFarlane 3 years ago 49c4a6d6 396f4f05
··· 146 146 enable = mkDefault config.boot.isContainer; 147 147 }; 148 148 149 149 - environment.etc.issue = 149 149 + environment.etc.issue = mkDefault 150 150 { # Friendly greeting on the virtual consoles. 151 151 source = pkgs.writeText "issue" '' 152 152