diffu/machines/dolomite/default.nix

12 lines
186 B
Nix
Raw Normal View History

2023-10-06 14:05:19 +00:00
{ config, pkgs, modulesPath, ... }:
{
imports = [ "${modulesPath}/virtualisation/amazon-image.nix" ];
services.sing-box = {
enable = true;
settings = {
};
};
}