{ pkgs, lib, conduit, ... }: { privateNetwork = true; autoStart = true; specialArgs = { }; config = { lib, pkgs, ... }: { imports = [ ./root.nix ]; }; hostAddress = "192.168.100.16"; localAddress = "192.168.100.17"; hostAddress6 = "fc00::3"; localAddress6 = "fc00::4"; bindMounts."draupnir-access-token" = { hostPath = "/etc/draupnir-cme-access-token"; mountPoint = "/etc/draupnir-access-token"; isReadOnly = true; }; }