From 45d3adf99b4fce0e850813579a47866b3ff835aa Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 8 Aug 2022 04:13:22 -0600 Subject: sys/boot: move out of sys/default.nix --- sys/options.nix | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'sys/options.nix') diff --git a/sys/options.nix b/sys/options.nix index e72b3fe..f719522 100644 --- a/sys/options.nix +++ b/sys/options.nix @@ -7,26 +7,6 @@ in { type = bool; }; - loader = mkOption { - type = enum [ "grub" "systemd-boot" ]; - }; - - cpuVendor = mkOption { - type = enum [ "amd" "intel" ]; - }; - - canTouchEfiVariables = mkOption { - type = bool; - }; - - videoDrivers = mkOption { - type = listOf str; - }; - - initrdModules = mkOption { - type = listOf str; - }; - crypt = { toplevel = mkOption { default = null; -- cgit v1.2.3