This commit is contained in:
2025-11-16 23:52:15 +08:00
parent b3f72c85ba
commit 646b68b960
6 changed files with 56 additions and 127 deletions
+4 -4
View File
@@ -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;
}