made tty-ip enabled by default
This commit is contained in:
parent
7b7bcac73a
commit
7e7384464a
6 changed files with 27 additions and 9 deletions
|
|
@ -12,7 +12,7 @@ in
|
|||
options.services.tty-ips = {
|
||||
enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
default = true;
|
||||
description = "Show interface IPs in TTY login using a dynamic issue file.";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue