summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2025-01-11 16:47:32 +0100
committerJasper Ras <jaspert.ras@gmail.com>2025-01-11 16:47:32 +0100
commit187c4350161a656681bfe191f14c5da5b90ef7fc (patch)
tree5e5b00ec0bf3767a2d4f563157c91f4fb46f8380 /config
parent94a473dcff612b29007262acf65c26ca3de0c2e1 (diff)
move nix extraOptions to shared
Diffstat (limited to 'config')
-rw-r--r--config/shared.nix4
1 files changed, 4 insertions, 0 deletions
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;