mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 12:19:12 +00:00
hosts/ni: update disko config
This commit is contained in:
parent
0c78d7b32b
commit
7f82382b81
@ -1,9 +1,9 @@
|
|||||||
{ config, lib, ... }:
|
{ disk ? "/dev/nvme0n1", config, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
disko.devices = {
|
disko.devices = {
|
||||||
disk.primary = {
|
disk.primary = {
|
||||||
device = "/dev/nvme0n1";
|
device = disk;
|
||||||
type = "disk";
|
type = "disk";
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
|
Loading…
Reference in New Issue
Block a user