nix-files/hosts/by-name/servo/services/export/default.nix

8 lines
63 B
Nix

{ ... }:
{
imports = [
./nfs.nix
./sftpgo.nix
];
}