1
Fork 0

Fxied wrong disko arg

This commit is contained in:
Matei Adriel 2023-07-18 14:04:04 +03:00
parent 2ef4366b90
commit 88936f9175
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
let
device = "/dev/sda";
disko = import ./partitions.nix {
devices = [ device ];
disks = [ device ];
};
in
{

View file

@ -1,4 +1,4 @@
{ disks ? [ "/dev/vdb" ], ... }: {
{ disks, ... }: {
disko.devices = {
# {{{ Disks
disk = {