Compare commits

..

No commits in common. "a6c3b42ad91d60229b5e258854036d2d7c3d8750" and "b1d7147d86b353eb86c41da99b198cf8a8fa7f64" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -79,7 +79,7 @@ in
src = builtins.storePath sources.nixos-generators;
}))
pkgs.attic-client
pkgs.npins
nix-pkgs.npins
(pkgs.callPackage (sources.disko + "/package.nix") { })
(pkgs.callPackage ./lib/colmena { inherit (nix-pkgs) colmena; })

View file

@ -137,11 +137,11 @@ in
];
};
nginx.virtualHosts."cas-eleves.dgnum.eu" = {
nginx.virtualHosts."cas.eleves.ens.fr" = {
enableACME = true;
forceSSL = true;
# serverAliases = [ "cas.eleves.ens.fr" ];
serverAliases = [ "cas-eleves.dgnum.eu" ];
locations = {
"/".proxyPass = "http://127.0.0.1:${builtins.toString port}";