removed console.keyMap = "us";
This commit is contained in:
parent
452f751dc9
commit
07d226fc13
@ -1,7 +1,6 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
|
||||||
console.keyMap = "us";
|
|
||||||
networking = {
|
networking = {
|
||||||
hostId = "1beb3026";
|
hostId = "1beb3026";
|
||||||
firewall.enable = false;
|
firewall.enable = false;
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
|
|
||||||
console.keyMap = "us";
|
|
||||||
networking = {
|
networking = {
|
||||||
hostId = "1beb3027";
|
hostId = "1beb3027";
|
||||||
firewall.enable = false;
|
firewall.enable = false;
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
|
||||||
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;
|
||||||
programs.git.lfs.enable = false;
|
programs.git.lfs.enable = false;
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
time.timeZone = "America/New_York";
|
time.timeZone = "America/New_York";
|
||||||
console.keyMap = "us";
|
|
||||||
|
|
||||||
# temp workaround for building while in nixos-enter
|
# temp workaround for building while in nixos-enter
|
||||||
services.logrotate.checkConfig = false;
|
services.logrotate.checkConfig = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user