mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Fix murk
This commit is contained in:
parent
97fddca4a4
commit
f7fe0becd1
5 changed files with 71 additions and 23 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ inputs }: {
|
||||
inputs.disko.devices = {
|
||||
{
|
||||
disko.devices = {
|
||||
disk = {
|
||||
main = {
|
||||
type = "disk";
|
||||
device = "/dev/disk/by-diskseq/1";
|
||||
device = "/dev/sda";
|
||||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue