diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-25 17:05:58 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-25 17:26:21 +0200 |
commit | f3b26a047b022e40bae171b635fdc2de9d78aec0 (patch) | |
tree | 3dca4c838e67f9426dcc559d67126487ce38e5bf /hosts/default.nix | |
parent | fmt (diff) | |
download | nixos-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.nix | 1 |
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"; } ]; |