summaryrefslogtreecommitdiff
path: root/hosts/work.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/work.nix')
-rw-r--r--hosts/work.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/work.nix b/hosts/work.nix
index 75613d7..0d51619 100644
--- a/hosts/work.nix
+++ b/hosts/work.nix
@@ -22,6 +22,8 @@
brightnessctl
hugo
google-chrome
+
+ devenv
];
hardware.bluetooth.enable = true;
@@ -36,6 +38,10 @@
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";