aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/etc/nix
diff options
context:
space:
mode:
Diffstat (limited to 'etc/nix')
-rw-r--r--etc/nix/nix.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/nix/nix.conf b/etc/nix/nix.conf
index eb24511..633422b 100644
--- a/etc/nix/nix.conf
+++ b/etc/nix/nix.conf
@@ -1,5 +1,9 @@
-# /etc/nix/nix.conf — daemon-wide Nix config.
-# Managed by chezmoi (etc/nix/nix.conf in dotfiles).
+#
+# https://nixos.org/manual/nix/stable/#sec-conf-file
+#
+
+# Unix group containing the Nix build user accounts
+build-users-group = nixbld
# Enable `nix` CLI (vs legacy nix-* commands) and flakes.
experimental-features = nix-command flakes