meta01: *.nixpkgs.lahfa.xyz → *.forkos.org

As it should be.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-07-01 21:24:16 +02:00
parent 98a33e4300
commit 30ed96308e

View file

@ -1,6 +1,6 @@
{ {
networking.hostName = "meta01"; networking.hostName = "meta01";
networking.domain = "nixpkgs.lahfa.xyz"; networking.domain = "infra.forkos.org";
time.timeZone = "Europe/Paris"; time.timeZone = "Europe/Paris";
@ -19,11 +19,11 @@
}; };
bagel.services.netbox = { bagel.services.netbox = {
enable = true; enable = true;
domain = "netbox.nixpkgs.lahfa.xyz"; domain = "netbox.forkos.org";
}; };
i18n.defaultLocale = "fr_FR.UTF-8"; i18n.defaultLocale = "fr_FR.UTF-8";
system.stateVersion = "24.05"; system.stateVersion = "24.05";
deployment.targetHost = "meta01.nixpkgs.lahfa.xyz"; deployment.targetHost = "meta01.infra.forkos.org";
} }