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, ... }:
|
||||
{
|
||||
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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@
|
|||
opam
|
||||
stack
|
||||
cargo
|
||||
gcc
|
||||
|
||||
bend
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue