mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/ni: update disko config
This commit is contained in:
parent
a458449e4c
commit
203eda736a
@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
disko.devices = {
|
disko.devices = {
|
||||||
disk.primary = {
|
disk.primary = {
|
||||||
device = [ "/dev/nvme0n1" ];
|
device = "/dev/nvme0n1";
|
||||||
type = "disk";
|
type = "disk";
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
|
Loading…
Reference in New Issue
Block a user