nix-infra/hosts/nextcloud/default.nix
2023-11-09 23:10:52 +01:00

8 lines
76 B
Nix

{ ... }:
{
imports = [
./configuration.nix
./nextcloud.nix
];
}