X-Git-Url: https://gitweb.ps.run/flake_thinkpad/blobdiff_plain/7c6631e307cb5e6848200f3b6c3421fae08d8e23..6e68d78660f7d1c12fc8f14bd85b4532fc76bf77:/config-containers.nix diff --git a/config-containers.nix b/config-containers.nix index 8141c35..9b814ca 100644 --- a/config-containers.nix +++ b/config-containers.nix @@ -1,4 +1,5 @@ - +{ config, pkgs, inputs, lib, ... } @ args: +{ # Containers containers = { im = { @@ -41,3 +42,4 @@ networking.nat.internalInterfaces = ["ve-+"]; networking.nat.externalInterface = "eth0"; networking.networkmanager.unmanaged = [ "interface-name:ve-*" ]; +}