From 564e04229bcf69f65417d280e1d24178cd37a26b Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Sat, 9 Dec 2023 18:28:26 +0100 Subject: [PATCH] renamed celebrian to aragon --- machines/{celebrian => elrond}/README.md | 0 machines/{celebrian => elrond}/configuration.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename machines/{celebrian => elrond}/README.md (100%) rename machines/{celebrian => elrond}/configuration.nix (98%) diff --git a/machines/celebrian/README.md b/machines/elrond/README.md similarity index 100% rename from machines/celebrian/README.md rename to machines/elrond/README.md diff --git a/machines/celebrian/configuration.nix b/machines/elrond/configuration.nix similarity index 98% rename from machines/celebrian/configuration.nix rename to machines/elrond/configuration.nix index 3148eff..b5e7602 100644 --- a/machines/celebrian/configuration.nix +++ b/machines/elrond/configuration.nix @@ -21,7 +21,7 @@ # replicates the default behaviour. networking.useDHCP = false; networking.interfaces.ens3.useDHCP = true; # lmao interface is not constant. I really only want to use dhcp att all so could remove this in favor of the old way. - networking.hostName = "celebrian"; # Define your hostname. + networking.hostName = "elrond"; # Define your hostname. networking.domain = "addictedmaker.eu"; # Define your domain. boot.kernel.sysctl = {