central locale setting
This commit is contained in:
parent
e12cf4bc74
commit
c2465c6b9c
@ -4,13 +4,12 @@
|
|||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
|
../base/locale.nix
|
||||||
|
];
|
||||||
security.auditd.enable = true;
|
security.auditd.enable = true;
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
i18n = {
|
|
||||||
defaultLocale = "en_US.utf8";
|
|
||||||
supportedLocales = [ "en_US.UTF-8/UTF-8" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
default = true;
|
default = true;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
time.timeZone = "America/New_York";
|
|
||||||
console.keyMap = "us";
|
console.keyMap = "us";
|
||||||
networking = {
|
networking = {
|
||||||
hostId = "1beb3026";
|
hostId = "1beb3026";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
time.timeZone = "America/New_York";
|
|
||||||
console.keyMap = "us";
|
console.keyMap = "us";
|
||||||
networking = {
|
networking = {
|
||||||
hostId = "1beb3027";
|
hostId = "1beb3027";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
time.timeZone = "America/New_York";
|
|
||||||
console.keyMap = "us";
|
console.keyMap = "us";
|
||||||
systemd.services.hydra-notify.serviceConfig.EnvironmentFile =
|
systemd.services.hydra-notify.serviceConfig.EnvironmentFile =
|
||||||
config.sops.secrets."hydra/environment".path;
|
config.sops.secrets."hydra/environment".path;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../programs.nix
|
../programs.nix
|
||||||
../locale.nix
|
../../../../base/locale.nix
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
];
|
];
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user