machines/raven: add nat

This commit is contained in:
jalr 2021-07-18 17:45:25 +02:00 committed by Simon Bruder
parent e32e07a7d9
commit bca277fe43
No known key found for this signature in database
GPG key ID: 8D3C82F9F309F8EC

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, lib, pkgs, ... }:
{
imports = [
@ -33,6 +33,11 @@
prefixLength = 24;
}];
};
nat = {
enable = true;
externalInterface = "jt";
internalInterfaces = lib.singleton "labdev";
};
};
i18n.defaultLocale = "en_US.UTF-8";