nixos/modules/server/default.nix
2024-05-25 01:32:48 +02:00

8 lines
No EOL
73 B
Nix

{ config, pkgs, ... }:
{
imports = [
./docker
./openssh
];
}