diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-24 16:39:41 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-24 18:09:21 +0200 |
commit | ad2d6bd890a20970f27036728238925c7bc9a87e (patch) | |
tree | 7b8baa768c11590ddbf53bd3066b43eb9ba9603d /hosts | |
parent | Move to unstable packages and home-manager (diff) | |
download | nixos-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.nix | 2 |
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"; } ]; |