Rename useNetworkd to networkD.enable, add waitOnline option.
This commit is contained in:
parent
afbab36559
commit
09df9f171a
3 changed files with 49 additions and 15 deletions
|
@ -9,7 +9,10 @@ with lib;
|
|||
config.machine = {
|
||||
allowUnfree = true;
|
||||
hostName = "Lilim";
|
||||
useNetworkd = true;
|
||||
networkD = {
|
||||
enable = true;
|
||||
waitOnline = false;
|
||||
};
|
||||
administrators = [ { name = "derped"; id = 1337; } ];
|
||||
conffiles = [
|
||||
"etcfiles"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue