forked from dan/liminix
rotuer: create resolv.conf
This commit is contained in:
parent
540d2fcf87
commit
27c9bd9707
@ -134,6 +134,14 @@ in rec {
|
||||
rm -rf /run/service-state/${name}/
|
||||
'';
|
||||
};
|
||||
filesystem =
|
||||
let inherit (pkgs.pseudofile) dir symlink;
|
||||
in dir {
|
||||
etc = dir {
|
||||
"resolv.conf" = symlink "${services.resolvconf}/.outputs/resolv.conf";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
services.defaultroute4 = route {
|
||||
name = "defaultroute4";
|
||||
|
Loading…
Reference in New Issue
Block a user