dot_testing/boxes/copernicus/services/default.nix

8 lines
71 B
Nix

{ lib, config, pkgs, ...}:
{
imports = [
./wireguard.nix
];
}