Compare commits

...

2 commits

Author SHA1 Message Date
Tom Hubrecht
216efbbc42 feat(redirections): Add services to the retired list
All checks were successful
build configuration / build_storage01 (push) Successful in 46s
build configuration / build_web01 (push) Successful in 50s
build configuration / build_compute01 (push) Successful in 1m24s
2023-12-20 13:16:15 +01:00
Tom Hubrecht
d77fd94d9a fix(iso): Make it build again 2023-12-20 13:15:57 +01:00
2 changed files with 10 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
{ lib, pkgs, ... }:
let
dgn-lib = import ../lib;
dgn-lib = import ../lib { };
dgn-members = (import ../meta).members.groups.iso;
in
@ -23,6 +23,8 @@ in
"exfat"
"zfs"
];
swraid.enable = lib.mkForce false;
};
console.keyMap = "fr";

View file

@ -16,7 +16,12 @@ let
value.to = retired_host;
}) retired));
retired = [ "auth.rz.ens.wtf" "photos.ens.wtf" ];
retired = [
"auth.rz.ens.wtf"
"photos.ens.wtf"
"alevins.ens.fr"
"www.climatenavigator.ens.fr"
];
in {
services.nginx.virtualHosts = {