summaryrefslogtreecommitdiffstats
path: root/machines/jormungand
diff options
context:
space:
mode:
authorDominique Martinet @ jormungand <asmadeus@codewreck.org>2020-05-22 16:54:10 +0200
committerDominique Martinet @ jormungand <asmadeus@codewreck.org>2020-05-22 16:56:24 +0200
commit15576aff1b87b9ee25814816d64d03ba5141c184 (patch)
tree3ac6ff0faa3fc0cddcc2b5717b3190b311c63a05 /machines/jormungand
parente444af19a8c34efb22de9aa9b9f83c858f03088e (diff)
jormungand: add @wheel to nix.trustedUsers
(allows nix copy as sudo users)
Diffstat (limited to 'machines/jormungand')
-rw-r--r--machines/jormungand/configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/jormungand/configuration.nix b/machines/jormungand/configuration.nix
index f907cf9..130bc46 100644
--- a/machines/jormungand/configuration.nix
+++ b/machines/jormungand/configuration.nix
@@ -23,6 +23,9 @@
nix.buildCores = 4;
nix.maxJobs = 4;
+ # Allow nix copy target from wheel group
+ nix.trustedUsers = [ "root" "@wheel" ];
+
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. It‘s perfectly fine and recommended to leave