diff --git a/config/hosts/beltane/configuration.nix b/config/hosts/athame/configuration.nix similarity index 89% rename from config/hosts/beltane/configuration.nix rename to config/hosts/athame/configuration.nix index 082a38ba..8166fcae 100644 --- a/config/hosts/beltane/configuration.nix +++ b/config/hosts/athame/configuration.nix @@ -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; }; diff --git a/config/hosts/beltane/hardware-configuration.nix b/config/hosts/athame/hardware-configuration.nix similarity index 100% rename from config/hosts/beltane/hardware-configuration.nix rename to config/hosts/athame/hardware-configuration.nix diff --git a/config/hosts/beltane/services/bitwarden.nix b/config/hosts/athame/services/bitwarden.nix similarity index 100% rename from config/hosts/beltane/services/bitwarden.nix rename to config/hosts/athame/services/bitwarden.nix diff --git a/config/hosts/beltane/services/gitea.nix b/config/hosts/athame/services/gitea.nix similarity index 100% rename from config/hosts/beltane/services/gitea.nix rename to config/hosts/athame/services/gitea.nix diff --git a/config/hosts/beltane/services/matrix.nix b/config/hosts/athame/services/matrix.nix similarity index 100% rename from config/hosts/beltane/services/matrix.nix rename to config/hosts/athame/services/matrix.nix diff --git a/config/hosts/beltane/services/nextcloud.nix b/config/hosts/athame/services/nextcloud.nix similarity index 100% rename from config/hosts/beltane/services/nextcloud.nix rename to config/hosts/athame/services/nextcloud.nix diff --git a/config/hosts/beltane/services/nginx.nix b/config/hosts/athame/services/nginx.nix similarity index 100% rename from config/hosts/beltane/services/nginx.nix rename to config/hosts/athame/services/nginx.nix diff --git a/config/hosts/beltane/services/postgres.nix b/config/hosts/athame/services/postgres.nix similarity index 100% rename from config/hosts/beltane/services/postgres.nix rename to config/hosts/athame/services/postgres.nix diff --git a/config/hosts/beltane/services/weechat.nix b/config/hosts/athame/services/weechat.nix similarity index 100% rename from config/hosts/beltane/services/weechat.nix rename to config/hosts/athame/services/weechat.nix diff --git a/config/hosts/beltane/services/znc.nix b/config/hosts/athame/services/znc.nix similarity index 100% rename from config/hosts/beltane/services/znc.nix rename to config/hosts/athame/services/znc.nix diff --git a/config/profiles/desktop/default.nix b/config/profiles/desktop/default.nix index 8f27f001..f4a2d22e 100644 --- a/config/profiles/desktop/default.nix +++ b/config/profiles/desktop/default.nix @@ -20,6 +20,7 @@ in { home-manager.users.kat = { home.packages = [ pkgs._1password + pkgs.bitwarden pkgs.mpv pkgs.element-desktop pkgs.mumble diff --git a/config/users/kat/default.nix b/config/users/kat/default.nix index 1efb8207..110a3c94 100644 --- a/config/users/kat/default.nix +++ b/config/users/kat/default.nix @@ -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;