about summary refs log tree commit diff
path: root/hosts/default.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-25 17:05:58 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-25 17:26:21 +0200
commitf3b26a047b022e40bae171b635fdc2de9d78aec0 (patch)
tree3dca4c838e67f9426dcc559d67126487ce38e5bf /hosts/default.nix
parentfmt (diff)
downloadnixos-config-f3b26a047b022e40bae171b635fdc2de9d78aec0.tar.gz
nixos-config-f3b26a047b022e40bae171b635fdc2de9d78aec0.tar.bz2
nixos-config-f3b26a047b022e40bae171b635fdc2de9d78aec0.zip
Add luna host
Diffstat (limited to 'hosts/default.nix')
-rw-r--r--hosts/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 1430bbb..30fef61 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -2,6 +2,7 @@
 let
   hosts = [
     { hostname = "phobos"; system = "x86_64-linux"; }
+    { hostname = "luna"; system = "x86_64-linux"; }
     { hostname = "vm"; system = "x86_64-linux"; }
   ];