about summary refs log tree commit diff
path: root/hosts/default.nix
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-07-13 20:49:19 +0200
committerBaitinq <[email protected]>2022-07-13 20:49:19 +0200
commit5c8413bdbdc091c5afa68df828f9fac79042dcae (patch)
treebdf105bdb3f95d3c8335e6c3e12b364126a913d2 /hosts/default.nix
parentneovim: Remove plugins (diff)
downloadnixos-config-5c8413bdbdc091c5afa68df828f9fac79042dcae.tar.gz
nixos-config-5c8413bdbdc091c5afa68df828f9fac79042dcae.tar.bz2
nixos-config-5c8413bdbdc091c5afa68df828f9fac79042dcae.zip
fmt
Diffstat (limited to '')
-rw-r--r--hosts/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index bdba1f8..d249bcb 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -3,9 +3,9 @@ let
   secrets = import ../secrets;
 
   hosts = [
-    { hostname = "phobos"; system = "x86_64-linux"; timezone=secrets.main_timezone; location = secrets.main_location; }
-    { hostname = "luna"; system = "x86_64-linux"; timezone=secrets.main_timezone; location = secrets.main_location; }
-    { hostname = "vm"; system = "x86_64-linux"; timezone=secrets.main_timezone; location = secrets.main_location; }
+    { hostname = "phobos"; system = "x86_64-linux"; timezone = secrets.main_timezone; location = secrets.main_location; }
+    { hostname = "luna"; system = "x86_64-linux"; timezone = secrets.main_timezone; location = secrets.main_location; }
+    { hostname = "vm"; system = "x86_64-linux"; timezone = secrets.main_timezone; location = secrets.main_location; }
   ];
 
   mkHost = { hostname, system, timezone, location }: