6 lines
116 B
Nix
6 lines
116 B
Nix
{ pkgs, ... }: {
|
|
services.openssh.enable = true;
|
|
programs.zsh.enable = true;
|
|
system.stateVersion = "25.05";
|
|
}
|