ran nix fmt
This commit is contained in:
parent
c2465c6b9c
commit
e822f2d89c
@ -4,10 +4,8 @@
|
|||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ../base/locale.nix ];
|
||||||
../base/locale.nix
|
|
||||||
];
|
|
||||||
security.auditd.enable = true;
|
security.auditd.enable = true;
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
|
||||||
console.keyMap = "us";
|
console.keyMap = "us";
|
||||||
networking = {
|
networking = {
|
||||||
hostId = "1beb3026";
|
hostId = "1beb3026";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
|
|
||||||
console.keyMap = "us";
|
console.keyMap = "us";
|
||||||
networking = {
|
networking = {
|
||||||
hostId = "1beb3027";
|
hostId = "1beb3027";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
|
||||||
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user