tangled
alpha
login
or
join now
ptr.pet
/
ark
2
fork
atom
nix machine / user configurations
2
fork
atom
overview
issues
pulls
pipelines
fix
ptr.pet
3 years ago
8af465a2
3d89098b
+2
-2
1 changed file
expand all
collapse all
unified
split
hosts
wolumonde
modules
conduit.nix
+2
-2
hosts/wolumonde/modules/conduit.nix
···
31
31
};
32
32
services.nginx.virtualHosts."gaze.systems" = {
33
33
locations."/.well-known/matrix/client".extraConfig = ''
34
34
-
alias ${wellKnownFileClient}
34
34
+
alias ${wellKnownFileClient};
35
35
'';
36
36
locations."/.well-known/matrix/server".extraConfig = ''
37
37
-
alias ${wellKnownFileServer}
37
37
+
alias ${wellKnownFileServer};
38
38
'';
39
39
};
40
40
}