From 5144e3cbfaa430db365570b2e226c449c660df44 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 14 Aug 2023 20:16:44 +0900 Subject: [PATCH] Comments --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e1208395..b21fb1bc 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ }@inputs: let # Variables - Remember to set these - hostname = "nixos-laptop"; + hostname = "nixos-laptop"; # Should probably set this in a minimal configuration.nix system = "x86_64-linux"; pkgs = import unstable-nixpkgs {