diff options
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 |
