nixos/modules/server/default.nix
2024-05-27 19:45:14 +02:00

8 lines
No EOL
73 B
Nix

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