From f2d92f0b37ddcd8bd4ab7f01aa67c47467c95a52 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Fri, 12 Jan 2024 01:08:24 -0600 Subject: [PATCH] Added Variables For Username & Hostname in Flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 727e8a0..8dee283 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ in { nixosConfigurations = { laptop = nixpkgs.lib.nixosSystem { - specialArgs = { inherit system; inherit inputs; inherit username; inherit hostname }; + specialArgs = { inherit system; inherit inputs; inherit username; inherit hostname; }; modules = [ ./laptop/configuration.nix home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true;