about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-24 16:39:41 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-24 18:09:21 +0200
commitad2d6bd890a20970f27036728238925c7bc9a87e (patch)
tree7b8baa768c11590ddbf53bd3066b43eb9ba9603d /hosts
parentMove to unstable packages and home-manager (diff)
downloadnixos-config-ad2d6bd890a20970f27036728238925c7bc9a87e.tar.gz
nixos-config-ad2d6bd890a20970f27036728238925c7bc9a87e.tar.bz2
nixos-config-ad2d6bd890a20970f27036728238925c7bc9a87e.zip
Fixed bug with phobos hostname being called baitinq
Diffstat (limited to 'hosts')
-rw-r--r--hosts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 972b4af..1430bbb 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -1,7 +1,7 @@
 { user, lib, nixpkgs, nur, inputs, home-manager, ... }:
 let
   hosts = [
-    { hostname = "baitinq"; system = "x86_64-linux"; }
+    { hostname = "phobos"; system = "x86_64-linux"; }
     { hostname = "vm"; system = "x86_64-linux"; }
   ];