Skip to content

Commit

Permalink
tp3: autologin
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Dec 26, 2024
1 parent a48d7fb commit 72e5af9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nixos/tp3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
nix.settings = {
trusted-users = [ config.users.users.mainUser.name ];
};
services.getty.autologinUser = "root";

console.font = "${pkgs.spleen}/share/consolefonts/spleen-8x16.psfu";
powerManagement.cpuFreqGovernor = "schedutil";
Expand Down

0 comments on commit 72e5af9

Please sign in to comment.