summaryrefslogtreecommitdiff
path: root/hosts/work.nix
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-01-08 08:40:39 +0100
committerJasper Ras <jras@hostnet.nl>2025-01-08 08:40:39 +0100
commit9b857ef678fe7b11bea4b16af7312b31244febb6 (patch)
tree45b17285e0b84f106046e677728df0d5d3cc1b17 /hosts/work.nix
parent3a6c87e8de0e4dbef7f0f8ab4c59587607af876b (diff)
install devenv @ work
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";