diff options
Diffstat (limited to 'configuration/work')
-rw-r--r-- | configuration/work/default.nix | 3 |
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"; |