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 e3f3c87c0d
commit c327423b46

View file

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