diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-09 15:10:00 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-09 15:10:00 +0200 |
| commit | 3844ce13b2f5d91a7aca4a86927c990f337d7afc (patch) | |
| tree | 905db1c533d5ce0e7ef2229745bf965852765106 /hosts/omega-relay | |
| parent | d033778fca80f564c8897df4b79664245a95be84 (diff) | |
nixfmt: new fmt rules
Diffstat (limited to 'hosts/omega-relay')
| -rw-r--r-- | hosts/omega-relay/default.nix | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/hosts/omega-relay/default.nix b/hosts/omega-relay/default.nix index b1489a5..ab2dcfa 100644 --- a/hosts/omega-relay/default.nix +++ b/hosts/omega-relay/default.nix @@ -29,7 +29,7 @@ gpg.enable = true; virtualisation.guest = true; }; - nix.settings.trusted-users = [ "wilkuu"]; + nix.settings.trusted-users = [ "wilkuu" ]; boot.loader.grub = { enable = true; efiSupport = false; @@ -67,16 +67,19 @@ }; mail = { enable = true; - startupMode = "normal"; + startupMode = "normal"; defaultDomain = "mail.wilkuu.xyz"; wellKnownDomains = [ "wilkuu.xyz" "wilkuu.nl" ]; - domains = [ "wilkuu.xyz" "wilkuu.nl" ]; + domains = [ + "wilkuu.xyz" + "wilkuu.nl" + ]; doACME = !isVM; - extraConfig = []; - extraCreate = []; + extraConfig = [ ]; + extraCreate = [ ]; }; bulwark = { enable = true; @@ -170,14 +173,13 @@ tryFiles = "$uri $uri/ =404"; }; }; - virualHosts."wilkuu.dedyn.io" = { - enableACME = true; - forceSSL = true; + virtualHosts."wilkuu.dedyn.io" = { + forceSSL = true; useACMEHost = "wilkuu.dedyn.io"; root = "/srv/www/wilkuu.dedyn.io/"; - location."/" = { - index = "index.html"; - tryFiles = "$uri $uri/ =404"; + locations."/" = { + index = "index.html"; + tryFiles = "$uri $uri/ =404"; }; }; }; |
