diff --git a/flake.nix b/flake.nix index 658ad6e..5d1fcde 100644 --- a/flake.nix +++ b/flake.nix @@ -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; diff --git a/home/modules/programs/ssh.nix b/home/modules/programs/ssh.nix index 836f082..79db2a9 100644 --- a/home/modules/programs/ssh.nix +++ b/home/modules/programs/ssh.nix @@ -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"; diff --git a/nixos/hosts/oci-a1/configuration.nix b/nixos/hosts/oci-a1/configuration.nix index 2baef3b..e53d655 100644 --- a/nixos/hosts/oci-a1/configuration.nix +++ b/nixos/hosts/oci-a1/configuration.nix @@ -32,7 +32,7 @@ in nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux"; networking = { - hostName = "nixos-oci-a1"; + hostName = "alisceon-core"; networkmanager.enable = lib.mkForce false; };