nix-config/machines/aramis/services.nix

9 lines
94 B
Nix

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