This repository has been archived on 2024-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
nixos/hosts/hermes/wsl.nix

9 lines
118 B
Nix

{ config, ... }:
{
imports = [
../../modules/common-wsl.nix
];
wsl.wslConf.network.hostname = "hermes";
}