From 0d6c0c34ad6a73509011de25ff7453488005f177 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 18 Feb 2022 09:30:13 -0800 Subject: system: add locale and security --- hosts/common/system/security.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hosts/common/system/security.nix (limited to 'hosts/common/system/security.nix') diff --git a/hosts/common/system/security.nix b/hosts/common/system/security.nix new file mode 100644 index 0000000..b35e60e --- /dev/null +++ b/hosts/common/system/security.nix @@ -0,0 +1,5 @@ +{ config, ... }: + +{ + security.sudo.wheelNeedsPassword = false; +} -- cgit v1.2.3