From 6f752c78607cf2043e0bd2ce4219510bc7965276 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 2 Feb 2025 20:39:53 +0100 Subject: use srvos for better defaults on linde/marvin --- system/settings/darwin.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'system/settings/darwin.nix') diff --git a/system/settings/darwin.nix b/system/settings/darwin.nix index 0f507a31..9841c06c 100644 --- a/system/settings/darwin.nix +++ b/system/settings/darwin.nix @@ -16,9 +16,7 @@ [ "/run/current-system/sw" "/nix/var/nix/profiles/default" ] ]; - environment.darwinConfig = "$HOME/.config/nixpkgs/darwin-configuration.nix"; nix = { - daemonIOLowPriority = true; settings.extra-platforms = "aarch64-darwin x86_64-darwin"; settings.trusted-users = [ "@admin" ]; @@ -28,11 +26,6 @@ allowUnfree = true; }; - # needed so that nix-darwin can activate the system as root - security.sudo.extraConfig = '' - Defaults env_keep += "NIX_PATH" - ''; - services.lorri.enable = true; launchd.user.agents.lorri = { serviceConfig = { -- cgit 1.4.1