formatting
This commit is contained in:
parent
4f1351053d
commit
9c28397d38
2 changed files with 354 additions and 347 deletions
|
|
@ -5,7 +5,8 @@
|
||||||
{ config, pkgs, inputs, nix-colors, ... }:
|
{ config, pkgs, inputs, nix-colors, ... }:
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[ # Include the results of the hardware scan.
|
[
|
||||||
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules/games/steam.nix
|
../../modules/games/steam.nix
|
||||||
inputs.nix-minecraft.nixosModules.minecraft-servers
|
inputs.nix-minecraft.nixosModules.minecraft-servers
|
||||||
|
|
@ -247,13 +248,13 @@
|
||||||
proxy_read_timeout 600s;
|
proxy_read_timeout 600s;
|
||||||
proxy_send_timeout 600s;
|
proxy_send_timeout 600s;
|
||||||
send_timeout 600s;'';
|
send_timeout 600s;'';
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
"noa.voorwaarts.nl" = {
|
"noa.voorwaarts.nl" = {
|
||||||
default = true;
|
default = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
||||||
serverAliases = [ "images.noa.voorwaarts.nl" "sods.noa.voorwaarts.nl" "testing.noa.voorwaarts.nl" ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
"images.noa.voorwaarts.nl" = {
|
"images.noa.voorwaarts.nl" = {
|
||||||
|
|
@ -370,6 +371,11 @@
|
||||||
acme = {
|
acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
defaults.email = "acme@voorwaarts.nl";
|
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;
|
polkit.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -67,6 +67,7 @@
|
||||||
opam
|
opam
|
||||||
stack
|
stack
|
||||||
cargo
|
cargo
|
||||||
|
gcc
|
||||||
|
|
||||||
bend
|
bend
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue