removed console.keyMap = "us";

This commit is contained in:
Richie Cahill
2024-04-10 19:06:31 -04:00
parent 452f751dc9
commit 07d226fc13
4 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,6 @@
{ config, pkgs, ... }:
{
console.keyMap = "us";
systemd.services.hydra-notify.serviceConfig.EnvironmentFile =
config.sops.secrets."hydra/environment".path;
programs.git.lfs.enable = false;