diff options
author | Linnnus <[email protected]> | 2025-01-18 13:51:40 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-01-18 13:51:40 +0100 |
commit | 75b942116dfb0c8eb334c60e437a3a3530b6b565 (patch) | |
tree | 89212b9fe19dbd4250eadc06038df0a83b4483de /hosts | |
parent | f5fc33abb93e058b943e5ef0dc8c8a3c02255804 (diff) |
Set sandbox = relaxed on Darwin hosts
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/muhammed/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/muhammed/configuration.nix b/hosts/muhammed/configuration.nix index 06de9fe..d351ece 100644 --- a/hosts/muhammed/configuration.nix +++ b/hosts/muhammed/configuration.nix @@ -6,7 +6,7 @@ }: { imports = [ ../../shared/nixos-and-darwin/common-shell-settings - ../../shared/nixos-and-darwin/common-nix-settings + ../../shared/darwin/common-nix-settings ../../shared/nixos-and-darwin/common-hm-settings ./remote-builders |