From 34ac53bef66cddfb3dd7bc3a3cf76534b80ffebc Mon Sep 17 00:00:00 2001 From: Bitcoin Txoko <142011724+bitcointxoko@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:34:47 +0200 Subject: [PATCH] Update flake.nix --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ebbfc0f..4569dc0 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,8 @@ lib = nixpkgs.lib; in { nixosConfigurations = { - nixos = lib.nixosSystem { + # FIXME: change "host" to the hostname of your system defined in configuration.nix + host = lib.nixosSystem { system = "x86_64-linux"; modules = [ ./configuration.nix