mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
7 lines
125 B
Nix
7 lines
125 B
Nix
{
|
|
services.ssh.enable = true;
|
|
services.ssh = { port = 123; };
|
|
services = {
|
|
httpd.enable = true;
|
|
};
|
|
}
|