From d185f097f2a4dc9415666f310c64c7d229e16c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Thu, 4 Dec 2025 14:24:57 +0100 Subject: [PATCH] System Gen217 @ 2025-12-04-14:24:56 by jonas@comfy-station --- hosts/comfy-station/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/comfy-station/configuration.nix b/hosts/comfy-station/configuration.nix index 40c10ca..6ce2948 100644 --- a/hosts/comfy-station/configuration.nix +++ b/hosts/comfy-station/configuration.nix @@ -117,6 +117,9 @@ ]; experimental-features = ["nix-command" "flakes"]; auto-optimise-store = true; + trusted-users = [ + "@wheel" + ]; }; gc = { automatic = true;