summaryrefslogtreecommitdiff
path: root/configuration/work/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configuration/work/default.nix')
-rw-r--r--configuration/work/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/configuration/work/default.nix b/configuration/work/default.nix
index 322f5bf..5c94b84 100644
--- a/configuration/work/default.nix
+++ b/configuration/work/default.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }:
+{ lib, pkgs, ... }:
{
imports = [
../core
@@ -13,6 +13,7 @@
system.stateVersion = "24.05"; # Do NOT change before reading configuration.nix
users.users.jras.extraGroups = [ "networkmanager" "docker" ];
+ security.sudo.wheelNeedsPassword = lib.mkForce true;
time.timeZone = "Europe/Amsterdam";