refactor: cleaned up flake
This commit is contained in:
parent
6ff2570404
commit
22c218e37a
2 changed files with 24 additions and 30 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue