From 2b7469d644d48406dbe90d11c01e33cc9e403ea9 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 20 Oct 2023 16:57:59 +0300 Subject: [PATCH] Oops --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;