dot_testing/boxes/copernicus/services/default.nix

9 lines
86 B
Nix
Raw Normal View History

2024-10-27 22:48:02 -05:00
{ lib, config, pkgs, ...}:
{
imports = [
2024-10-27 22:59:13 -05:00
./wireguard.nix
2024-12-26 21:28:25 -06:00
./sshd.nix
2024-10-27 22:48:02 -05:00
];
}