mmm
This commit is contained in:
@@ -23,9 +23,6 @@
|
||||
# macOS-specific Nix settings (common.nix has the shared ones)
|
||||
# Any darwin-specific nix configuration can go here
|
||||
|
||||
# Auto upgrade nix package and the daemon service
|
||||
services.nix-daemon.enable = true;
|
||||
|
||||
# Necessary for using flakes on this system
|
||||
nix.package = pkgs.nix;
|
||||
|
||||
@@ -49,6 +46,9 @@
|
||||
name = "df";
|
||||
home = "/Users/df";
|
||||
};
|
||||
|
||||
# Set primary user for system defaults
|
||||
system.primaryUser = "df";
|
||||
|
||||
# System-wide packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
@@ -84,6 +84,6 @@
|
||||
};
|
||||
|
||||
# Security
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
security.pam.services.sudo_local.touchIdAuth = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user