From a47c0d90a65f114b27dacfdd9d0ee0442e7abdee Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Fri, 7 Mar 2025 02:31:18 +0000 Subject: [PATCH] switch to shared config --- hosts/hosts.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/hosts.nix b/hosts/hosts.nix index 72402f4..154092d 100644 --- a/hosts/hosts.nix +++ b/hosts/hosts.nix @@ -63,9 +63,10 @@ in specialArgs = { inherit customPackageOverlay; inherit nixpkgs-unstable; + hostname = "nixosEggYoke"; }; modules = [ - ./nixosEggYoke/configuration.nix + ./commonWSL-configuration.nix inputs.sops-nix.nixosModules.sops homeManager-24-05.nixosModules.home-manager { home-manager.extraSpecialArgs = {