feat!(wsl): added common wsl config, add tux-wsl (#2)

This commit is contained in:
rocketcamel
2025-02-08 13:44:57 -08:00
committed by GitHub
parent 6277b9971e
commit 929c2cf53a
6 changed files with 67 additions and 40 deletions

View File

@@ -11,17 +11,5 @@
}:
{
imports = [ ];
wsl.enable = true;
wsl.defaultUser = "luca";
networking.hostName = meta.hostname;
users.users.luca = {
shell = pkgs.zsh;
openssh.authorizedKeys.keys = config.authorized_ssh;
};
environment.systemPackages = with pkgs; config.commonPackages ++ [ ];
system.stateVersion = "24.05";
}