refactor: cleaned up flake

This commit is contained in:
Mohammad Rafiq 2025-04-02 04:49:11 +08:00
parent 6ff2570404
commit 22c218e37a
No known key found for this signature in database
2 changed files with 24 additions and 30 deletions

View file

@ -1,7 +1,7 @@
{
inputs,
lib,
device ? throw "Set this to your disk device",
bootDisk,
...
}:
{
@ -11,7 +11,7 @@
];
# Disk Partitioning
disko.devices.disk.main = {
inherit device;
device = bootDisk;
type = "disk";
content.type = "gpt";
content.partitions = {