Fix outdated settings

This commit is contained in:
Manuel Thalmann 2024-12-16 13:29:43 +01:00
parent f6e5a3e25b
commit dca26699aa
2 changed files with 1 additions and 7 deletions

View file

@ -44,12 +44,6 @@ let
"/dev/${config.name}"; "/dev/${config.name}";
}; };
deviceScript = mkOption {
type = types.str;
description = "A command for loading the device path into the device variable";
internal = true;
};
deviceVariable = mkOption { deviceVariable = mkOption {
type = types.str; type = types.str;
description = "The name of the variable holding the name of the disk"; description = "The name of the variable holding the name of the disk";

View file

@ -14,7 +14,7 @@
components = [ "Logitech G903" ]; components = [ "Logitech G903" ];
}; };
partition.os.deviceName = "nvme0n1"; fileSystems.diskSetup.devices.OS.name = "nvme0n1";
}; };
}; };
} }