summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/shared.nix4
-rw-r--r--hosts/work.nix4
2 files changed, 4 insertions, 4 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;
diff --git a/hosts/work.nix b/hosts/work.nix
index 5f05c9c..75613d7 100644
--- a/hosts/work.nix
+++ b/hosts/work.nix
@@ -36,10 +36,6 @@
networking.nameservers = [ "1.1.1.1" ];
networking.firewall.allowedTCPPorts = [];
- nix.extraOptions = ''
- trusted-users = root jras
- '';
-
time.timeZone = "Europe/Amsterdam";
i18n.defaultLocale = "en_US.UTF-8";