diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-06 11:52:35 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-06 11:53:10 -0500 |
commit | fdd799bf06c5d40cb8a3e8292ee76bff265765f9 (patch) | |
tree | 8f946a023fbcd7167b01fd56e0678e75122cca8e /hosts/default.nix | |
parent | e5dabe1f612b2efda79a2296733340da6cf7c9bc (diff) | |
download | nixos-config-fdd799bf06c5d40cb8a3e8292ee76bff265765f9.tar.gz nixos-config-fdd799bf06c5d40cb8a3e8292ee76bff265765f9.zip |
hosts: Rename muspell to carrot
Diffstat (limited to 'hosts/default.nix')
-rw-r--r-- | hosts/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |