fix: builtins.storePath issue on mac

This commit is contained in:
Noah Masur
2023-04-19 16:47:36 -04:00
parent fe938ec713
commit 3059241c1c
5 changed files with 12 additions and 5 deletions

View File

@ -4,6 +4,13 @@
services.nix-daemon.enable = true;
# This setting only applies to Darwin, different on NixOS
nix.gc.interval = {
Hour = 12;
Minute = 15;
Day = 1;
};
environment.shells = [ pkgs.fish ];
security.pam.enableSudoTouchIdAuth = true;