Loading nixos/doc/manual/configuration/abstractions.section.md +0 −2 Original line number Diff line number Diff line Loading @@ -10,14 +10,12 @@ If you find yourself repeating yourself over and over, it’s time to abstract. adminAddr = "alice@example.org"; forceSSL = true; enableACME = true; enablePHP = true; }; "wiki.example.org" = { documentRoot = "/webroot/wiki.example.org"; adminAddr = "alice@example.org"; forceSSL = true; enableACME = true; enablePHP = true; }; }; } Loading Loading
nixos/doc/manual/configuration/abstractions.section.md +0 −2 Original line number Diff line number Diff line Loading @@ -10,14 +10,12 @@ If you find yourself repeating yourself over and over, it’s time to abstract. adminAddr = "alice@example.org"; forceSSL = true; enableACME = true; enablePHP = true; }; "wiki.example.org" = { documentRoot = "/webroot/wiki.example.org"; adminAddr = "alice@example.org"; forceSSL = true; enableACME = true; enablePHP = true; }; }; } Loading