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 --- hosts/work.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'hosts') 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"; -- cgit v1.2.3