mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
hosts/ni: update disko config
This commit is contained in:
parent
08c75b52bf
commit
b5a19b43aa
@ -1,7 +1,7 @@
|
||||
{ disks ? [ "/dev/nvme0n1" ], ... }:
|
||||
|
||||
{
|
||||
disk.nvme0n1 = {
|
||||
disk.primary = {
|
||||
device = builtins.elemAt disks 0;
|
||||
type = "disk";
|
||||
content = {
|
||||
|
Loading…
Reference in New Issue
Block a user