diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-20 02:20:21 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-20 02:23:39 +0200 |
commit | 82fa6aa92083a5e71feae0700986d39ece2885e0 (patch) | |
tree | 9387ca5bac1b370eba7aecfe8d0d7ec07065b055 /hosts/default.nix | |
parent | Fully separate hosts from hardwares (diff) | |
download | nixos-config-82fa6aa92083a5e71feae0700986d39ece2885e0.tar.gz nixos-config-82fa6aa92083a5e71feae0700986d39ece2885e0.tar.bz2 nixos-config-82fa6aa92083a5e71feae0700986d39ece2885e0.zip |
Hosts: Remove uneeded "vm" host
As hardware and hosts are now separated, we can remove the now obsolte vm host
Diffstat (limited to 'hosts/default.nix')
-rw-r--r-- | hosts/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index 2a1f526..8dc5674 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -5,7 +5,6 @@ let hosts = [ { host = "phobos"; system = "x86_64-linux"; timezone = secrets.main_timezone; location = secrets.main_location; } { host = "luna"; system = "x86_64-linux"; timezone = secrets.main_timezone; location = secrets.main_location; } - { host = "vm"; system = "x86_64-linux"; timezone = secrets.main_timezone; location = secrets.main_location; } ]; hardwares = [ |