Skip to content

Commit

Permalink
temporarily disable screen
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Jun 15, 2024
1 parent c1cc7b1 commit a56677e
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions modules/TLMS/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,16 @@ in

users.motd = if config.networking.hostName == "data-hoarder" then prodMotd else regMotd;

programs.screen.enable = true;
programs.screen.screenrc = ''
defscrollback 10000
startup_message off
hardstatus on
hardstatus alwayslastline
hardstatus string "%w"
'';
# TODO: comment back in after 24.05 transtition
# temporarily disable screen because of added enable option with assertion
# programs.screen.enable = true;
# programs.screen.screenrc = ''
# defscrollback 10000
#
# startup_message off
#
# hardstatus on
# hardstatus alwayslastline
# hardstatus string "%w"
# '';
}

0 comments on commit a56677e

Please sign in to comment.