diff options
| author | seth <[email protected]> | 2023-01-23 16:37:50 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-23 16:44:50 -0500 |
| commit | 7155724780426addf5e674e9e19f9bc9d77dd9a0 (patch) | |
| tree | 075280be163b348ec0e5c50d4f8ac1ea0bf0d785 /hosts/common | |
| parent | 438c0368a0bf48b4973b97920ef0a9fbf53b567d (diff) | |
stop declaring unneeded imports :/
Diffstat (limited to 'hosts/common')
| -rw-r--r-- | hosts/common/locale.nix | 2 | ||||
| -rw-r--r-- | hosts/common/security.nix | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/hosts/common/locale.nix b/hosts/common/locale.nix index 2699b3b..3c2ea9f 100644 --- a/hosts/common/locale.nix +++ b/hosts/common/locale.nix @@ -1,4 +1,4 @@ -{config, ...}: { +_: { i18n = { defaultLocale = "en_US.UTF-8"; extraLocaleSettings = { diff --git a/hosts/common/security.nix b/hosts/common/security.nix index a0825e7..f0f3bb9 100644 --- a/hosts/common/security.nix +++ b/hosts/common/security.nix @@ -1,8 +1,4 @@ -{ - lib, - config, - ... -}: { +_: { security.sudo = { configFile = '' Defaults env_reset |
