From 5bd78b1dda6152106ef162044aa5cbfc570535f1 Mon Sep 17 00:00:00 2001 From: Sayuop Date: Wed, 19 Nov 2025 20:58:09 +0100 Subject: [PATCH] Fixed Hostname issue while rebuilding --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a850770..0764aae 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ outputs = { self, nixpkgs, home-manager, hyprland, ... }@inputs: { nixosConfigurations = { # Replace 'myhost' with your hostname - myhost = nixpkgs.lib.nixosSystem { + cribnix = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; modules = [