nixos/modules/system/server/default.nix

8 lines
No EOL
73 B
Nix

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