canged to nushell
This commit is contained in:
parent
e29e0fefd6
commit
ff16108fb9
@ -30,15 +30,13 @@
|
||||
|
||||
users = {
|
||||
motd = "Welcome to the Server";
|
||||
defaultUserShell = pkgs.zsh;
|
||||
defaultUserShell = pkgs.nushell;
|
||||
users = {
|
||||
k = {
|
||||
isNormalUser = true;
|
||||
description = "k";
|
||||
extraGroups = ["networkmanager" "wheel" "libvirtd"];
|
||||
openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPKbKVe6gneJ9ghFih3bOeL++iDNPJNIMoZSdNMOsD0I k@laptop"];
|
||||
packages = with pkgs; [zsh];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
docker = {
|
||||
isNormalUser = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user