diff --git a/nixosModules/vds/3x-ui.nix b/nixosModules/vds/3x-ui.nix new file mode 100755 index 0000000..d72ae27 --- /dev/null +++ b/nixosModules/vds/3x-ui.nix @@ -0,0 +1,8 @@ +{ config, pkgs, ... }: +let +in +{ + virtualisation = { + docker.enable = true; + }; +}