fix(oracle): typo

This commit is contained in:
Michael Thomas 2024-05-08 11:02:38 -04:00
parent f65babd85a
commit 646d15f8ee

View File

@ -1,4 +1,9 @@
{ pkgs, config, lib, ... }: {
{
pkgs,
config,
lib,
...
}: {
imports = [
./hardware-configuration.nix
];
@ -63,14 +68,12 @@
# Services
services.caddy = {
enable = true;
package =
let
package = let
caddyWithPlugins = builtins.fetchurl {
url = "https://raw.githubusercontent.com/jpds/nixpkgs/a33b02fa9d664f31dadc8a874eb1a5dbaa9f4ecf/pkgs/servers/caddy/default.nix";
sha256 = "sha256:1x1g6qyhmclz2jyc5nmfjsri3xx4pw5rd15n2xjkxlgdcvywcv5f";
};
in
(pkgs.callPackage "${caddyWithPlugins}" {
in (pkgs.callPackage "${caddyWithPlugins}" {
externalPlugins = [
{
name = "greenpau/caddy-security";
@ -84,7 +87,7 @@
email michaelhthomas@outlook.com
'';
virtualHosts = {
"s.michaelt.xyx".extraConfig = ''
"s.michaelt.xyz".extraConfig = ''
respond "Coming soon!"
'';
"auth.s.michaelt.xyz".extraConfig = ''