Skip to content

Commit be4a544

Browse files
committed
disable nginx
1 parent ca82d86 commit be4a544

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

desktop/configuration/services.nix

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,6 @@
4646
domains = [ "codebam" ];
4747
passwordFile = config.age.secrets.duckdns-token.path;
4848
};
49-
nginx = {
50-
enable = true;
51-
virtualHosts = {
52-
"ai.seanbehan.ca" = {
53-
enableACME = true;
54-
addSSL = true;
55-
locations = {
56-
"/" = {
57-
proxyPass = "http://localhost:8080/";
58-
proxyWebsockets = true;
59-
};
60-
};
61-
};
62-
};
63-
};
6449
pipewire = {
6550
extraConfig = {
6651
pipewire = {

0 commit comments

Comments
 (0)