better practice, lib.mkDefault, ssh
This commit is contained in:
@@ -17,7 +17,10 @@
|
||||
wsl.defaultUser = "luca";
|
||||
networking.hostName = meta.hostname;
|
||||
hm.enable = true;
|
||||
users.users.luca.shell = pkgs.zsh;
|
||||
users.users.luca = {
|
||||
shell = pkgs.zsh;
|
||||
openssh.authorizedKeys.keys = config.authorized_ssh;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; config.commonPackages ++ [ ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user