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:
kat witch 2021-02-11 22:07:32 +00:00 committed by kat
parent 3d1d96cfbe
commit 30572115a9
12 changed files with 4 additions and 3 deletions

View file

@ -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;
};

View file

@ -20,6 +20,7 @@ in {
home-manager.users.kat = {
home.packages = [
pkgs._1password
pkgs.bitwarden
pkgs.mpv
pkgs.element-desktop
pkgs.mumble

View file

@ -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;