diff options
| author | seth <[email protected]> | 2023-01-23 15:44:04 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-23 16:06:56 -0500 |
| commit | 79b1d22cc9eb3752ae798d5ca9e6eeefeb86799e (patch) | |
| tree | 4efdc7145ab3d13632ff956b8a6aa187bcbd568e /hosts/common/security.nix | |
| parent | 9075aa13405b4d390bfe50cde83938c9a3af0fa8 (diff) | |
chore: general cleanup + use `with` less
Diffstat (limited to 'hosts/common/security.nix')
| -rw-r--r-- | hosts/common/security.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/common/security.nix b/hosts/common/security.nix index 2d473be..a0825e7 100644 --- a/hosts/common/security.nix +++ b/hosts/common/security.nix @@ -2,9 +2,7 @@ lib, config, ... -}: -with builtins; -with lib; { +}: { security.sudo = { configFile = '' Defaults env_reset |
