From f7278ae2e1403bf3ce3b421789674c5eab85c3a9 Mon Sep 17 00:00:00 2001 From: Malte Tammena Date: Fri, 27 May 2022 16:31:31 +0200 Subject: [PATCH] [flake] Rename faunus-ater -> radix-balthica Frees the name for my actual server. --- flake.nix | 10 +++++----- hosts/{faunus-ater.nix => radix-balthica.nix} | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) rename hosts/{faunus-ater.nix => radix-balthica.nix} (92%) diff --git a/flake.nix b/flake.nix index 53c788c..534fd2b 100644 --- a/flake.nix +++ b/flake.nix @@ -96,7 +96,7 @@ "cornu-aspersum" "elysia-clarki" "trochulus-hispidus" - "faunus-ater" + "radix-balthica" ]; defaultModules = [ @@ -233,9 +233,9 @@ ./hardware/thinkpad-p1-gen3.nix ]; }; - faunus-ater = {...}: { + radix-balthica = {...}: { imports = [ - ./hosts/faunus-ater.nix + ./hosts/radix-balthica.nix ]; }; }; @@ -269,8 +269,8 @@ hosts); }; - packages.x86_64-linux.iso = self.nixosConfigurations.faunus-ater.config.system.build.isoImage; - packages.x86_64-linux.vm = self.nixosConfigurations.faunus-ater.config.system.build.vm; + packages.x86_64-linux.iso = self.nixosConfigurations.radix-balthica.config.system.build.isoImage; + packages.x86_64-linux.vm = self.nixosConfigurations.radix-balthica.config.system.build.vm; outputsBuilder = channels: { devShell = channels.nixpkgs.mkShell { diff --git a/hosts/faunus-ater.nix b/hosts/radix-balthica.nix similarity index 92% rename from hosts/faunus-ater.nix rename to hosts/radix-balthica.nix index f34d797..fa34016 100644 --- a/hosts/faunus-ater.nix +++ b/hosts/radix-balthica.nix @@ -8,7 +8,7 @@ ]; config = { - networking.hostName = "faunus-ater"; + networking.hostName = "radix-balthica"; networking.networkmanager.enable = true; networking.wireless.enable = false; networking.firewall.enable = false;