Fixed a typo

This commit is contained in:
Alexandre1a 2026-01-14 19:08:19 +01:00
parent f3ea870603
commit 32ba74f97a
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
# All imports go here # All imports go here
imports = imports =
[ [
./modules.nix ./modules.nix
# HomeManager # HomeManager
#inputs.home-manager.darwinModules.default #inputs.home-manager.darwinModules.default
]; ];
@ -62,7 +62,7 @@
# Enable required settings # Enable required settings
# TouchID login # TouchID login
security.pam.services.sudo_local.touchIdAuth = true; security.pam.services.sudo_local.touchIdAuth = true;
# Target arch # Target arch
nixpkgs = { nixpkgs = {
hostPlatform = "aarch64-darwin"; hostPlatform = "aarch64-darwin";

View File

@ -2,7 +2,7 @@
{ {
nix = { nix = {
settings = { settings = {
experimental-features = [ "nix-command" "flakes" ]; experimental-features = [ "nix-command" "flakes" ];
# Limit resource usage to prevent Linux OOM # Limit resource usage to prevent Linux OOM
max-jobs = 2; max-jobs = 2;