diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/work.nix | 4 |
1 files changed, 0 insertions, 4 deletions
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"; |