Make minion trusted by nix daemon
diff --git a/default/configuration.nix b/default/configuration.nix
index c23c68f..d89bcba 100644
--- a/default/configuration.nix
+++ b/default/configuration.nix
@@ -124,7 +124,9 @@
# enableSSHSupport = true;
# };
- # List services that you want to enable:
+ nix.settings.trusted-users = [ "minion" ]; # please do not add all wheel, only
+ # add users when there is a specific need
+
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Enable the OpenSSH daemon.