This commit is contained in:
parent
abce966b76
commit
79e54529eb
12 changed files with 76 additions and 54 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ host, pkgs, config, lib, ...}:
|
||||
let cfg = config.system-net; in {
|
||||
options.system-net = {
|
||||
let cfg = config.machine.net; in {
|
||||
options.machine.net = {
|
||||
enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue