about summary refs log tree commit diff
path: root/hosts/default.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-20 02:20:21 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-20 02:23:39 +0200
commit82fa6aa92083a5e71feae0700986d39ece2885e0 (patch)
tree9387ca5bac1b370eba7aecfe8d0d7ec07065b055 /hosts/default.nix
parentFully separate hosts from hardwares (diff)
downloadnixos-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.nix1
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 = [