summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix4
-rw-r--r--hosts/carrot/default.nix (renamed from hosts/muspell/default.nix)0
-rw-r--r--hosts/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 8f75eb6..b165f35 100644
--- a/flake.nix
+++ b/flake.nix
@@ -18,9 +18,9 @@
import ./hosts {
inherit inputs;
};
- muspell-img =
+ carrot-img =
self.nixosConfigurations.
- muspell.config.mobile.
+ carrot.config.mobile.
outputs.u-boot.disk-image;
ades-live-iso =
self.nixosConfigurations.
diff --git a/hosts/muspell/default.nix b/hosts/carrot/default.nix
index cea43df..cea43df 100644
--- a/hosts/muspell/default.nix
+++ b/hosts/carrot/default.nix
diff --git a/hosts/default.nix b/hosts/default.nix
index 6435c09..e689405 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -42,7 +42,7 @@ hosts {
"tomato"
];
"aarch64-linux" = [
- "muspell"
+ "carrot"
];
} //
hostsImport ./ades