From 1ed8d522aefd323114435a61e4653864be1b1eaf Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sun, 14 Apr 2024 21:36:01 +0000 Subject: [PATCH] fix(oracle): change hostname --- machines/oracle/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/oracle/configuration.nix b/machines/oracle/configuration.nix index a01056a..e5840bf 100644 --- a/machines/oracle/configuration.nix +++ b/machines/oracle/configuration.nix @@ -6,7 +6,7 @@ boot.tmp.cleanOnBoot = true; zramSwap.enable = true; - networking.hostName = "gringottsstatus"; + networking.hostName = "oracle"; networking.domain = "subnet08161027.vcn08161027.oraclevcn.com"; networking.firewall.enable = true;