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 /shared/nixos-and-darwin | |
parent | f5fc33abb93e058b943e5ef0dc8c8a3c02255804 (diff) |
Set sandbox = relaxed on Darwin hosts
Diffstat (limited to 'shared/nixos-and-darwin')
-rw-r--r-- | shared/nixos-and-darwin/common-nix-settings/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/nixos-and-darwin/common-nix-settings/default.nix b/shared/nixos-and-darwin/common-nix-settings/default.nix index 3681946..1ac3a58 100644 --- a/shared/nixos-and-darwin/common-nix-settings/default.nix +++ b/shared/nixos-and-darwin/common-nix-settings/default.nix @@ -1,5 +1,8 @@ # This module sets common settings related to Nix such as enabling flakes and # using overlays everywhere. +# +# NOTE: This lives under `shared/nixos-and-darwin`. The configuration in here +# should be compatible with both nixos and nix-darwin!! { pkgs, lib, |