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