darwin changes

This commit is contained in:
Wyatt J. Miller 2025-05-24 16:38:05 -04:00
parent bd3f091794
commit d58731068b

View File

@ -8,9 +8,10 @@
]; ];
system = { system = {
activationScripts.postUserActivation.text = '' # activationScripts.postUserActivation.text = ''
/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u # /System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u
''; # '';
primaryUser = "wyatt";
defaults = { defaults = {
menuExtraClock.Show24Hour = true; menuExtraClock.Show24Hour = true;
@ -148,7 +149,8 @@
system.defaults.smb.NetBIOSName = hostname; system.defaults.smb.NetBIOSName = hostname;
# Add ability to used TouchID for sudo authentication # Add ability to used TouchID for sudo authentication
security.pam.enableSudoTouchIdAuth = true; security.pam.services.sudo_local.touchIdAuth = true;
# security.pam.enableSudoTouchIdAuth = true;
# Create /etc/zshrc that loads the nix-darwin environment. # Create /etc/zshrc that loads the nix-darwin environment.
# this is required if you want to use darwin's default shell - zsh # this is required if you want to use darwin's default shell - zsh
@ -159,12 +161,6 @@
pkgs.bash pkgs.bash
]; ];
# Auto upgrade nix package and the daemon service.
# services.nix-daemon.enable = true;
# Use this instead of services.nix-daemon.enable if you
# don't wan't the daemon service to be managed for you.
services.nix-daemon.enable = true;
system.stateVersion = 5; system.stateVersion = 5;
podman = { podman = {