From c7abbc56562f9745d9d1bb29f3c0d4874425e92c Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 23 May 2026 21:32:00 +0200 Subject: updates --- os/srv/nix-helper.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'os/srv/nix-helper.nix') diff --git a/os/srv/nix-helper.nix b/os/srv/nix-helper.nix index 5e5e133..9734043 100644 --- a/os/srv/nix-helper.nix +++ b/os/srv/nix-helper.nix @@ -2,7 +2,6 @@ config, lib, pkgs, - username, ... }: let @@ -12,10 +11,7 @@ in options.os.srv.nix-helper.enable = lib.mkEnableOption "enables nix-helper"; config = lib.mkIf cfg.enable { nix.settings = { - trusted-users = [ - "root" - "${username}" - ]; + allowed-users = [ "@users" ]; experimental-features = [ "nix-command" "flakes" -- cgit v1.3