formatting

This commit is contained in:
Noa Aarts 2024-06-04 12:13:51 +02:00
parent 4f1351053d
commit 9c28397d38
2 changed files with 354 additions and 347 deletions

View file

@ -5,7 +5,8 @@
{ config, pkgs, inputs, nix-colors, ... }:
{
imports =
[ # Include the results of the hardware scan.
[
# Include the results of the hardware scan.
./hardware-configuration.nix
../../modules/games/steam.nix
inputs.nix-minecraft.nixosModules.minecraft-servers
@ -247,13 +248,13 @@
proxy_read_timeout 600s;
proxy_send_timeout 600s;
send_timeout 600s;'';
in {
in
{
"noa.voorwaarts.nl" = {
default = true;
forceSSL = true;
enableACME = true;
serverAliases = [ "images.noa.voorwaarts.nl" "sods.noa.voorwaarts.nl" "testing.noa.voorwaarts.nl" ];
};
"images.noa.voorwaarts.nl" = {
@ -370,6 +371,11 @@
acme = {
acceptTerms = true;
defaults.email = "acme@voorwaarts.nl";
certs."noa.voorwaarts.nl".extraDomainNames = [
"images.noa.voorwaarts.nl"
"sods.noa.voorwaarts.nl"
"testing.noa.voorwaarts.nl"
];
};
polkit.enable = true;
};

View file

@ -67,6 +67,7 @@
opam
stack
cargo
gcc
bend