From c25e614e1cb58f1488bb738ef2f468e6180ba048 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 16:56:25 +0900 Subject: [PATCH] test --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 458548f5..39148655 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ # INFORMATION # When building for a system, remember to change the hostname variable below - + description = "NixOS System Config"; inputs = { @@ -49,6 +49,7 @@ }; # NixOS Configuration files: + networking.hostname = ${hostname}; nixosConfigurations = { # Declare the configuration for "nixos-laptop": nixos-laptop = lib.nixosSystem {