fix(oracle): oops

This commit is contained in:
Kat Inskip 2022-09-25 20:58:42 -07:00
parent 1a25a39bd3
commit 1ec14c2c71
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -81,7 +81,7 @@ in
};
networks = {
internet = mkMerge [
internet = lib.mkMerge [
(lib.mkIf tf.state.enable {
interfaces = lib.singleton interface;
ipv4 = lib.mkOrder 1000 (tf.resources.${config.networking.hostName}.getAttr "public_ip");