canged to nushell

This commit is contained in:
k 2025-03-01 00:58:47 +00:00
parent e29e0fefd6
commit ff16108fb9

View File

@ -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;