forked from wurzel/fruitbasket
remove redundant forceSSL and enableACME from notenrechner.nix
This commit is contained in:
parent
cca6385ce8
commit
4782376b23
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
|||
domain = "notenrechner.${config.networking.domain}";
|
||||
in {
|
||||
services.nginx.virtualHosts."${domain}" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
root = specialArgs.notenrechner.packages."x86_64-linux".default;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue