mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-18 18: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 = {
|
||||
disk.primary = {
|
||||
device = "/dev/nvme0n1";
|
||||
device = disk;
|
||||
type = "disk";
|
||||
content = {
|
||||
type = "gpt";
|
||||
|
Loading…
Reference in New Issue
Block a user