diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-18 09:30:13 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-18 09:30:39 -0800 |
| commit | 0d6c0c34ad6a73509011de25ff7453488005f177 (patch) | |
| tree | 293cddb1ff5ace71b45b217e32e8812abe2640b9 /hosts/common/system/default.nix | |
| parent | desktop: enable natural scrolling (diff) | |
| download | infra-0d6c0c34ad6a73509011de25ff7453488005f177.tar.gz | |
system: add locale and security
Diffstat (limited to 'hosts/common/system/default.nix')
| -rw-r--r-- | hosts/common/system/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/common/system/default.nix b/hosts/common/system/default.nix index 875652e..db48b66 100644 --- a/hosts/common/system/default.nix +++ b/hosts/common/system/default.nix @@ -4,15 +4,15 @@ imports = [ ./boot.nix ./hardware.nix + ./locale.nix ./network.nix ./nix.nix + ./security.nix ./software.nix ./ssh.nix ./users.nix ]; - # Select internationalisation properties. - i18n.defaultLocale = "en_US.UTF-8"; console = { font = "Lat2-Terminus16"; keyMap = "us"; |
