diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-08-08 04:08:26 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-08-08 04:11:32 -0600 |
| commit | 45e6f5587faed8b8b1de59caffad5ad027bbb118 (patch) | |
| tree | fca193d1415b92530a46bcb0e237c67d6eaf92ad /sys/options.nix | |
| parent | 48d2ef9f8bc681e73380f89872fa55a0a86e9161 (diff) | |
sys/net: move out of sys/default.nix
Diffstat (limited to '')
| -rw-r--r-- | sys/options.nix | 9 |
1 files changed, 0 insertions, 9 deletions
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; }; |
