From db7efac0249cefd4106966fb71f1a67747dcd16f Mon Sep 17 00:00:00 2001 From: mir Date: Tue, 27 Feb 2024 09:52:33 -0900 Subject: [PATCH] fix hostname name --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 6d5a410..a9cf795 100644 --- a/flake.nix +++ b/flake.nix @@ -13,8 +13,8 @@ system = "x86_64-linux"; modules = [ ./configuration.nix { - networking.hostname = "starscream"; - }; + networking.hostName = "starscream"; + } ./hardware/starscream-hw.nix home-manager.nixosModules.home-manager { @@ -29,8 +29,8 @@ system = "x86_64-linux"; modules = [ ./configuration.nix { - networking.hostname = "knockout"; - }; + networking.hostName = "knockout"; + } ./hardware/knockout-hw.nix home-manager.nixosModules.home-manager {