From 29c5062f1f533c2c931d19c2e81296c9498ed4d7 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Tue, 22 Nov 2022 11:15:02 +0100 Subject: [PATCH] chore: rename hathor to anubis --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 075c54c..5318ac7 100644 --- a/flake.nix +++ b/flake.nix @@ -77,8 +77,8 @@ in { nixosConfigurations = { - chnum = mkComputer - ./desktops/chnum + anubis = mkComputer + ./desktops/anubis "x86_64-linux" [ ./profiles/thomas @@ -87,8 +87,8 @@ # ./profiles/tabea ]; - hathor = mkComputer - ./desktops/hathor + chnum = mkComputer + ./desktops/chnum "x86_64-linux" [ ./profiles/thomas @@ -149,8 +149,8 @@ ]; }; + anubis = self.nixosConfigurations.anubis.config.system.build.toplevel; chnum = self.nixosConfigurations.chnum.config.system.build.toplevel; - hathor = self.nixosConfigurations.hathor.config.system.build.toplevel; osiris = self.nixosConfigurations.osiris.config.system.build.toplevel; niflheim = self.nixosConfigurations.niflheim.config.system.build.toplevel;