From ad2d6bd890a20970f27036728238925c7bc9a87e Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 24 Jun 2022 16:39:41 +0200 Subject: Fixed bug with phobos hostname being called baitinq --- hosts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } ]; -- cgit 1.4.1