forked from the-distro/infra
Merge pull request 'meta01: update DNS to *.forkos.org' (#12) from meta01-update-dns into main
Reviewed-on: delroth/bagel-infra#12
This commit is contained in:
commit
357f5d8989
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue