darwin changes
This commit is contained in:
parent
bd3f091794
commit
d58731068b
@ -8,9 +8,10 @@
|
||||
];
|
||||
|
||||
system = {
|
||||
activationScripts.postUserActivation.text = ''
|
||||
/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u
|
||||
'';
|
||||
# activationScripts.postUserActivation.text = ''
|
||||
# /System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u
|
||||
# '';
|
||||
primaryUser = "wyatt";
|
||||
|
||||
defaults = {
|
||||
menuExtraClock.Show24Hour = true;
|
||||
@ -148,7 +149,8 @@
|
||||
system.defaults.smb.NetBIOSName = hostname;
|
||||
|
||||
# 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.
|
||||
# this is required if you want to use darwin's default shell - zsh
|
||||
@ -159,12 +161,6 @@
|
||||
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;
|
||||
|
||||
podman = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user