nix-config/machines/aramis/services.nix

9 lines
89 B
Nix
Raw Normal View History

2021-09-24 01:04:34 +02:00
{ ... }:
{
config.my.services = {
wireguard = {
enable = true;
};
};
}