Skip to content

Commit

Permalink
finally enable the thing
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikvtcodes committed Jan 7, 2025
1 parent 8c1dcfa commit 3048c22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion machines/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
launchdWeekly = {
Hour = 3;
Minute = 0;
Day = 0;
Weekday = 0;
};
in {
imports = [
Expand Down Expand Up @@ -34,6 +34,8 @@ in {
# TouchID Prompt for sudo
security.pam.enableSudoTouchIdAuth = true;

home.henrikvt.enable = true;

# Force the nix daemon to run
services.nix-daemon.enable = lib.mkForce true;
}

0 comments on commit 3048c22

Please sign in to comment.