{ depot, lib, pkgs, ... }: { imports = [ ./base.nix ]; config = { services.nginx.virtualHosts."wigglydonke.rs" = { enableACME = true; forceSSL = true; root = "${depot.path + "/users/grfn/wigglydonke.rs"}"; }; }; }
depot | ||
monorepo for the virus lounge | The Virus Lounge |
about summary refs log tree commit diff |
{ depot, lib, pkgs, ... }: { imports = [ ./base.nix ]; config = { services.nginx.virtualHosts."wigglydonke.rs" = { enableACME = true; forceSSL = true; root = "${depot.path + "/users/grfn/wigglydonke.rs"}"; }; }; }