Skip to content

Commit

Permalink
tp3: configure trusted users
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Oct 26, 2024
1 parent 7d400d0 commit 0e13f7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/nixos/tp3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@

services.xbanish.enable = true;

nix.settings = {
trusted-users = [ config.users.users.mainUser.name ];
};

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

0 comments on commit 0e13f7c

Please sign in to comment.