summary refs log tree commit diff
path: root/nixos/modules/services/networking/harmonia.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/harmonia.nix')
-rw-r--r--nixos/modules/services/networking/harmonia.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/harmonia.nix b/nixos/modules/services/networking/harmonia.nix
index 144fa6c708e..4733165cf7d 100644
--- a/nixos/modules/services/networking/harmonia.nix
+++ b/nixos/modules/services/networking/harmonia.nix
@@ -28,6 +28,8 @@ in
   };
 
   config = lib.mkIf cfg.enable {
+    nix.settings.extra-allowed-users = [ "harmonia" ];
+
     systemd.services.harmonia = {
       description = "harmonia binary cache service";