summaryrefslogtreecommitdiff
path: root/tests/username-change/username-change.nix
blob: 77a2cdd539e6deb559d4db0803fd9249e51db908 (plain)
1
2
3
4
5
6
{ pkgs, lib, ... }:
{
  imports = [ ./base.nix ];

  wsl.defaultUser = lib.mkForce "different-name";
}