pvv-nixos-config/hosts/bekkalokk/services/webmail/default.nix

7 lines
74 B
Nix

{ config, values, pkgs, ... }:
{
imports = [
./roundcube.nix
];
}