]> gitweb.ps.run Git - flake_thinkpad/blobdiff - config-containers.nix
update
[flake_thinkpad] / config-containers.nix
index 8141c35585feeeb8a49c95a62879caac5caf6039..9b814ca1bfc343761e93cf0a0460db7f409409f3 100644 (file)
@@ -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-*" ];
+}