nix-config/machines/aramis/services.nix

9 lines
94 B
Nix
Raw Normal View History

{ lib, ... }:
{
config.my.services = {
wireguard = {
enable = true;
};
};
}