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

View File

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