Skip to content

Commit

Permalink
fix(framework): Add user to input for fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Dec 11, 2023
1 parent 67e643c commit 4a1c671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/framework/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
networking.hostId = "0dd71c1c";
networking.networkmanager.enable = true;
programs.nm-applet.enable = true;
users.users.emiller.extraGroups = ["networkmanager"];
users.users.emiller.extraGroups = ["input" "networkmanager"];

time.timeZone = "America/Chicago";
time.hardwareClockInLocalTime = true;
Expand Down

0 comments on commit 4a1c671

Please sign in to comment.