diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-18 11:10:35 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-18 11:10:35 -0500 |
commit | e6dcb6e85a551b71ae089d4d5f1f79e12e7fa711 (patch) | |
tree | a7e3d1142b43eacf1c4a26bb0e5561d9fb77d5a7 /hosts/default.nix | |
parent | 7bbbc6de4f706ffbee80b30250e6035e39ca3b7a (diff) | |
download | nixos-config-e6dcb6e85a551b71ae089d4d5f1f79e12e7fa711.tar.gz nixos-config-e6dcb6e85a551b71ae089d4d5f1f79e12e7fa711.zip |
hosts/radish: Add initial configuration
Diffstat (limited to 'hosts/default.nix')
-rw-r--r-- | hosts/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index ef3144e..b4ee52a 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -43,6 +43,7 @@ hosts { ]; "aarch64-linux" = [ "carrot" + "radish" ]; } // hostsImport ./bean |