diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/common/locale.nix | 2 | ||||
| -rw-r--r-- | hosts/common/security.nix | 6 | ||||
| -rw-r--r-- | hosts/glados-wsl/packages.nix | 6 |
3 files changed, 3 insertions, 11 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 diff --git a/hosts/glados-wsl/packages.nix b/hosts/glados-wsl/packages.nix index 35e650d..c6ff472 100644 --- a/hosts/glados-wsl/packages.nix +++ b/hosts/glados-wsl/packages.nix @@ -1,8 +1,4 @@ -{ - confg, - pkgs, - ... -}: { +{pkgs, ...}: { environment.systemPackages = with pkgs; [ git gnupg1 |
