From 45e6f5587faed8b8b1de59caffad5ad027bbb118 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 8 Aug 2022 04:08:26 -0600 Subject: sys/net: move out of sys/default.nix --- sys/options.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sys/options.nix') diff --git a/sys/options.nix b/sys/options.nix index c266fd5..e72b3fe 100644 --- a/sys/options.nix +++ b/sys/options.nix @@ -3,10 +3,6 @@ with lib.types; let inherit (lib) mkOption; in { options.local = { - hostname = mkOption { - type = str; - }; - portable = mkOption { type = bool; }; @@ -23,11 +19,6 @@ in { type = bool; }; - dhcpInterface = mkOption { - type = nullOr str; - default = null; - }; - videoDrivers = mkOption { type = listOf str; }; -- cgit v1.2.3