Testing
This commit is contained in:
parent
6c188218e2
commit
4c48afb3be
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
disko.devices.disk = lib.genAttrs [ "a" "b" ] (name: {
|
disko.devices.disk = lib.genAttrs [ "sda" "sdb" ] (disk: {
|
||||||
type = "disk";
|
type = "disk";
|
||||||
device = "/dev/sd${name}";
|
device = "/dev/${disk}";
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
|
|
Loading…
Reference in a new issue