From 187c4350161a656681bfe191f14c5da5b90ef7fc Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sat, 11 Jan 2025 16:47:32 +0100 Subject: move nix extraOptions to shared --- config/shared.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/shared.nix b/config/shared.nix index 5ffe160..df66951 100644 --- a/config/shared.nix +++ b/config/shared.nix @@ -32,6 +32,10 @@ trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="]; }; + nix.extraOptions = '' + trusted-users = root jras + ''; + programs = { steam.enable = true; mtr.enable = true; -- cgit v1.2.3