dotfiles/nixos/services/default.nix

12 lines
155 B
Nix
Raw Normal View History

2022-10-04 10:39:49 +02:00
{
imports = [
./calibre-web.nix
./git.nix
./muflax-church.nix
./pub.nix
./vpn-host.nix
./website.nix
./torrent-wg.nix
];
2022-10-04 10:39:49 +02:00
}