diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-03 15:25:18 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-03 15:25:18 -0500 |
commit | b6bcc6af673b2bb3ce40e04349be200cd354eece (patch) | |
tree | a3f816dccb3750570ff30fa53a9a1ffeee5c2a5a /hosts/default.nix | |
parent | 68e4c11e036856583cbe02fd839eefedb9f8a23e (diff) | |
download | nixos-config-b6bcc6af673b2bb3ce40e04349be200cd354eece.tar.gz nixos-config-b6bcc6af673b2bb3ce40e04349be200cd354eece.zip |
hosts/tomato: 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 8ba60fb..6435c09 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -39,6 +39,7 @@ in hosts { "x86_64-linux" = [ "thyme" + "tomato" ]; "aarch64-linux" = [ "muspell" |