10
hosts/common/configs/getty/default.nix
Normal file
10
hosts/common/configs/getty/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
services.getty.extraArgs = lib.mkIf (config.services.getty.autologinUser != null) [
|
||||
"--skip-login"
|
||||
"--noissue"
|
||||
"--nohints"
|
||||
"--nohostname"
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user