From 6fbefd0a675d7c807295f376d6784ec317e975f2 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 19 Jul 2023 19:32:57 +0800 Subject: [PATCH] feat: comments for darwin's secrets --- secrets/darwin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secrets/darwin.nix b/secrets/darwin.nix index 3ee1ba85..1576db4b 100644 --- a/secrets/darwin.nix +++ b/secrets/darwin.nix @@ -52,7 +52,7 @@ # but not when you reboot the system, so currently you need to run those commands manually after reboot... # # /etc/agenix/* will be created after the first time you run `nixos-rebuild` / `darwin-rebuild` successfully. - # so you may need to comment out the following lines if it's the first time you run `nixos-rebuild` / `darwin-rebuild`. + # so you may need to comment out the following lines if it's the first time you run `nixos-rebuild` / `darwin-rebuild` on a new system. system.activationScripts.postUserActivation.text = '' sudo chmod 644 /etc/agenix/* '';