From 185fd5a53bd6def7f7e1e5258b458a3bc6daa48a Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 3 Mar 2026 21:01:46 +0100 Subject: [PATCH] srv-core: Rename from `homeserver` --- hosts/homeserver/keys/nebula.crt | 7 ------- hosts/{homeserver => srv-core}/default.nix | 0 hosts/{homeserver => srv-core}/disko.nix | 0 hosts/{homeserver => srv-core}/hardware.nix | 0 hosts/{homeserver => srv-core}/keys/age.pub | 0 hosts/srv-core/keys/nebula.crt | 6 ++++++ hosts/{homeserver => srv-core}/keys/nebula.pub | 0 hosts/{homeserver => srv-core}/keys/syncthing.id | 0 hosts/{homeserver => srv-core}/secrets.json | 0 9 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 hosts/homeserver/keys/nebula.crt rename hosts/{homeserver => srv-core}/default.nix (100%) rename hosts/{homeserver => srv-core}/disko.nix (100%) rename hosts/{homeserver => srv-core}/hardware.nix (100%) rename hosts/{homeserver => srv-core}/keys/age.pub (100%) create mode 100644 hosts/srv-core/keys/nebula.crt rename hosts/{homeserver => srv-core}/keys/nebula.pub (100%) rename hosts/{homeserver => srv-core}/keys/syncthing.id (100%) rename hosts/{homeserver => srv-core}/secrets.json (100%) diff --git a/hosts/homeserver/keys/nebula.crt b/hosts/homeserver/keys/nebula.crt deleted file mode 100644 index 1df53cf..0000000 --- a/hosts/homeserver/keys/nebula.crt +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN NEBULA CERTIFICATE V2----- -MIG+oFiACmhvbWVzZXJ2ZXKhBwQFCv76BhijEwwGc2VydmVyDAlzeW5jdGhpbmeF -BGmiGqqGBGsoffSHIBVD/hlbqt7XLMVqDE4DhIQzJRBaXtQIwm5gRTI7c0VogiAZ -e96epRDtw/rMTdFK2zGNir1IwMaj+yBQZk7+5zkMdYNAgVBstID36JKriSzF5nlz -oonUUfccrIASiwr3HqRgeWA2SnvS9r8qf2s+PfTkX2a+jymnHOlzB0GSeWx7JeZo -AQ== ------END NEBULA CERTIFICATE V2----- diff --git a/hosts/homeserver/default.nix b/hosts/srv-core/default.nix similarity index 100% rename from hosts/homeserver/default.nix rename to hosts/srv-core/default.nix diff --git a/hosts/homeserver/disko.nix b/hosts/srv-core/disko.nix similarity index 100% rename from hosts/homeserver/disko.nix rename to hosts/srv-core/disko.nix diff --git a/hosts/homeserver/hardware.nix b/hosts/srv-core/hardware.nix similarity index 100% rename from hosts/homeserver/hardware.nix rename to hosts/srv-core/hardware.nix diff --git a/hosts/homeserver/keys/age.pub b/hosts/srv-core/keys/age.pub similarity index 100% rename from hosts/homeserver/keys/age.pub rename to hosts/srv-core/keys/age.pub diff --git a/hosts/srv-core/keys/nebula.crt b/hosts/srv-core/keys/nebula.crt new file mode 100644 index 0000000..8eb3e62 --- /dev/null +++ b/hosts/srv-core/keys/nebula.crt @@ -0,0 +1,6 @@ +-----BEGIN NEBULA CERTIFICATE V2----- +MIG8oFaACHNydi1jb3JloQcEBQr++gYYoxMMBnNlcnZlcgwJc3luY3RoaW5nhQRp +pz3vhgRrKH30hyAVQ/4ZW6re1yzFagxOA4SEMyUQWl7UCMJuYEUyO3NFaIIgGXve +nqUQ7cP6zE3RStsxjYq9SMDGo/sgUGZO/uc5DHWDQMuJeHoWRFXit1LEzlKFWrXR +/I4ZGhqCsE9r/bNYw5uYzVcVGb1DNIWu7KJJ/TPB2syGBYzYOWy8yJOa0rmU3wI= +-----END NEBULA CERTIFICATE V2----- diff --git a/hosts/homeserver/keys/nebula.pub b/hosts/srv-core/keys/nebula.pub similarity index 100% rename from hosts/homeserver/keys/nebula.pub rename to hosts/srv-core/keys/nebula.pub diff --git a/hosts/homeserver/keys/syncthing.id b/hosts/srv-core/keys/syncthing.id similarity index 100% rename from hosts/homeserver/keys/syncthing.id rename to hosts/srv-core/keys/syncthing.id diff --git a/hosts/homeserver/secrets.json b/hosts/srv-core/secrets.json similarity index 100% rename from hosts/homeserver/secrets.json rename to hosts/srv-core/secrets.json