From c70f27ee6c274fa7c681906c983e94c90b360ea2 Mon Sep 17 00:00:00 2001 From: willemml Date: Sat, 11 Nov 2023 12:36:52 -0800 Subject: [PATCH] Adds comment aboud darwin /etc/hosts --- nixos/modules/darwin/hosts.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/modules/darwin/hosts.nix b/nixos/modules/darwin/hosts.nix index f97db48..f746d97 100644 --- a/nixos/modules/darwin/hosts.nix +++ b/nixos/modules/darwin/hosts.nix @@ -1,4 +1,7 @@ # copied from https://github.com/NixOS/nixpkgs/blob/85f1ba3e51676fa8cc604a3d863d729026a6b8eb/nixos/modules/config/networking.nix +# +# if you get an error saying operation not permitted, run the following command: +# sudo chflags nouchg,noschg /etc/hosts { config, lib,