ran nix fmt

This commit is contained in:
Richie Cahill 2024-04-10 18:23:40 -04:00
parent c2465c6b9c
commit e822f2d89c
4 changed files with 5 additions and 7 deletions

View File

@ -4,10 +4,8 @@
config,
...
}:
{
imports = [
../base/locale.nix
];
{
imports = [ ../base/locale.nix ];
security.auditd.enable = true;
nixpkgs.config.allowUnfree = true;

View File

@ -1,6 +1,6 @@
{ pkgs, ... }:
{
console.keyMap = "us";
networking = {
hostId = "1beb3026";

View File

@ -1,6 +1,6 @@
{ pkgs, lib, ... }:
{
console.keyMap = "us";
networking = {
hostId = "1beb3027";

View File

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