feat!(wsl): added common wsl config, add tux-wsl (#2)
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
# Edit this configuration file to define what should be installed on
|
||||
# your system. Help is available in the configuration.nix(5) man page, on
|
||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
@@ -11,17 +7,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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user