news.r: use dhcp (new sync-containers are with dhcp)
This commit is contained in:
parent
c68da76ea1
commit
83760c3692
@ -16,7 +16,7 @@
|
|||||||
krebs.build.host = config.krebs.hosts.news;
|
krebs.build.host = config.krebs.hosts.news;
|
||||||
|
|
||||||
boot.isContainer = true;
|
boot.isContainer = true;
|
||||||
networking.useDHCP = false;
|
networking.useDHCP = lib.mkForce true;
|
||||||
krebs.bindfs = {
|
krebs.bindfs = {
|
||||||
"/var/lib/brockman" = {
|
"/var/lib/brockman" = {
|
||||||
source = "/var/state/brockman";
|
source = "/var/state/brockman";
|
||||||
|
Loading…
Reference in New Issue
Block a user