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 = [