diff --git a/flake.nix b/flake.nix index 3648392..0a0091c 100644 --- a/flake.nix +++ b/flake.nix @@ -95,7 +95,7 @@ "flakes" ]; - networking.hostNamev = hostName; + networking.hostName = hostName; nixpkgs.hostPlatform = hostPlatform; home-manager.useGlobalPkgs = true;