Add basic config for networkd.
This commit is contained in:
parent
7a3b464306
commit
29b64aadfd
2 changed files with 43 additions and 1 deletions
|
@ -59,6 +59,13 @@ in {
|
|||
The Machines HostName
|
||||
'';
|
||||
};
|
||||
useNetworkd = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Disables dhcpcd and enables networkd.
|
||||
'';
|
||||
};
|
||||
binaryCaches = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue