mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Renamed host beltane to athame.
Migrating from beltane.dork.dev to athame.kittywit.ch. TTL needs to happen for that specific domain first. For now, temporarily kittywit.ch.
This commit is contained in:
parent
3d1d96cfbe
commit
30572115a9
12 changed files with 4 additions and 3 deletions
|
|
@ -11,14 +11,14 @@ in {
|
|||
./services/matrix.nix
|
||||
./services/postgres.nix
|
||||
];
|
||||
meta.deploy.ssh.host = "beltane.dork.dev";
|
||||
meta.deploy.ssh.host = "kittywit.ch";
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.version = 2;
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
|
||||
networking = {
|
||||
hostName = "beltane";
|
||||
hostName = "athame";
|
||||
useDHCP = false;
|
||||
interfaces.enp1s0.useDHCP = true;
|
||||
};
|
||||
|
|
@ -20,6 +20,7 @@ in {
|
|||
home-manager.users.kat = {
|
||||
home.packages = [
|
||||
pkgs._1password
|
||||
pkgs.bitwarden
|
||||
pkgs.mpv
|
||||
pkgs.element-desktop
|
||||
pkgs.mumble
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
port = 62954;
|
||||
};
|
||||
in {
|
||||
"beltane" = { hostname = "beltane.dork.dev"; } // kat;
|
||||
"athame" = { hostname = "kittywit.ch"; } // kat;
|
||||
"samhain" = { hostname = "192.168.1.135"; } // kat;
|
||||
"litha" = { hostname = "192.168.1.240"; } // kat;
|
||||
"yule" = { hostname = "192.168.1.92"; } // kat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue