name change

This commit is contained in:
alisceon 2026-05-27 21:34:02 +02:00
parent 87cc464d1b
commit 04fbe6afb2
3 changed files with 4 additions and 8 deletions

View file

@ -161,8 +161,8 @@
hmModules = serverHomeModules;
};
oci-a1 = mkHost {
hostName = "oci-a1";
alisceon-core = mkHost {
hostName = "alisceon-core";
system = "aarch64-linux";
nixosModules = serverModules;
hmModules = serverHomeModules;

View file

@ -18,7 +18,7 @@
};
"alisceon-core" = {
hostname = "core.alisceon.com";
user = "opc";
user = "alisceon";
};
"blogbox-2" = {
hostname = "10.1.0.11";
@ -34,10 +34,6 @@
hostname = "oci.malice.zone";
user = "opc";
};
"oci-a1" = {
hostname = "oci-a1";
user = "alisceon";
};
"dnspi" = {
hostname = "10.40.0.2";
user = "pi";

View file

@ -32,7 +32,7 @@ in
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
networking = {
hostName = "nixos-oci-a1";
hostName = "alisceon-core";
networkmanager.enable = lib.mkForce false;
};