add hostname to default for wsl

This commit is contained in:
Tyler Starr 2025-02-06 22:24:22 -08:00
parent 2bf4dab0ff
commit 4660ebff66

View File

@ -4,7 +4,7 @@ let
hostname = specialArgs.hostname; hostname = specialArgs.hostname;
in { in {
inherit system; inherit system;
specialArgs = { inherit user inputs nixos-wsl home-manager; }; specialArgs = { inherit user hostname inputs nixos-wsl home-manager; };
modules = [ modules = [
../default # shared by all configs ../default # shared by all configs
./configuration.nix # wsl specific ./configuration.nix # wsl specific