get h002 working again

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-11-26 21:11:07 -06:00
parent c6d50aebc5
commit 3311f30ee9
5 changed files with 88 additions and 15 deletions

View file

@ -12,7 +12,7 @@ in
options = {
mods.${name} = {
enable = mkEnableOption (lib.mdDoc "Enable ${name}");
device = mkDefaultOption {
device = mkOption {
type = types.str;
default = "/dev/sda";
description = ''