mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-13 08:17:31 -08:00
add hostname to default for wsl
This commit is contained in:
parent
2bf4dab0ff
commit
4660ebff66
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user