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 {