Add dtth vpn client and some tools
This commit is contained in:
parent
854d237e18
commit
fba4d7b422
4 changed files with 48 additions and 6 deletions
|
@ -32,10 +32,20 @@ let
|
|||
services.ratbagd.enable = true;
|
||||
environment.systemPackages = with pkgs; [ piper ];
|
||||
};
|
||||
|
||||
virtualisation = { pkgs, ... }: mkIf cfg.enable {
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
imports = with modules; [ adb ios wlr logitech ];
|
||||
imports = with modules; [ adb ios wlr logitech virtualisation ];
|
||||
|
||||
options.common.linux = {
|
||||
enable = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue