mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 11:53:12 +00:00
3 lines
58 B
Nix
3 lines
58 B
Nix
{ pkgs, lib, ... }: {
|
|
services.openssh.enable = true;
|
|
}
|