made tty-ip enabled by default

This commit is contained in:
Jermeiah S 2025-06-20 13:53:04 -04:00
parent 7b7bcac73a
commit 7e7384464a
No known key found for this signature in database
6 changed files with 27 additions and 9 deletions

View file

@ -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.";
};
};