diff --git a/systems/configuration.nix b/systems/configuration.nix index d1655f2..8f84045 100644 --- a/systems/configuration.nix +++ b/systems/configuration.nix @@ -4,10 +4,8 @@ config, ... }: -{ - imports = [ - ../base/locale.nix - ]; +{ + imports = [ ../base/locale.nix ]; security.auditd.enable = true; nixpkgs.config.allowUnfree = true; diff --git a/systems/jeeves-jr/configuration.nix b/systems/jeeves-jr/configuration.nix index e113a49..f96b3be 100644 --- a/systems/jeeves-jr/configuration.nix +++ b/systems/jeeves-jr/configuration.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { - + console.keyMap = "us"; networking = { hostId = "1beb3026"; diff --git a/systems/jeeves/configuration.nix b/systems/jeeves/configuration.nix index c61e13e..bc0e20c 100644 --- a/systems/jeeves/configuration.nix +++ b/systems/jeeves/configuration.nix @@ -1,6 +1,6 @@ { pkgs, lib, ... }: { - + console.keyMap = "us"; networking = { hostId = "1beb3027"; diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index a3cce5c..84d709d 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -1,6 +1,6 @@ { config, pkgs, ... }: { - + console.keyMap = "us"; systemd.services.hydra-notify.serviceConfig.EnvironmentFile = config.sops.secrets."hydra/environment".path;