From 94568f983e380c40b9d2bb83e41cbc650051d9ca Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 16:56:37 +0900 Subject: [PATCH] test --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 39148655..671fc0b5 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,7 @@ }; # NixOS Configuration files: - networking.hostname = ${hostname}; + networking.hostname = "${hostname}"; nixosConfigurations = { # Declare the configuration for "nixos-laptop": nixos-laptop = lib.nixosSystem {