pearbutter: use correct device names
This commit is contained in:
parent
a1f166ef5c
commit
b557dd11a5
12
flake.lock
12
flake.lock
|
@ -46,11 +46,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1709342329,
|
||||
"narHash": "sha256-w5zDczFSMizXBsTQPRsw1P9r4rxUIR4/F2jtfn6A1kQ=",
|
||||
"lastModified": 1709518505,
|
||||
"narHash": "sha256-+QYABIAK4VaTNkuveE6uN4K57Dpj/C3xb+k0bQahD4s=",
|
||||
"owner": "rhelmot",
|
||||
"repo": "nix",
|
||||
"rev": "397df537c8273ee539ea79183d59ea40543326d2",
|
||||
"rev": "468946c724c010e58f1f98e437fa355bbaae13a1",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -71,11 +71,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1709517538,
|
||||
"narHash": "sha256-Seu9LwuuRuaxAavtcCmqDrVLtjaKjYwzscN9LWU4Xps=",
|
||||
"lastModified": 1709519968,
|
||||
"narHash": "sha256-LTFq1Ax0HmTjG4hfMsumSVZoqQY5mQR3NDlW3GNte0A=",
|
||||
"owner": "nixos-bsd",
|
||||
"repo": "nixbsd",
|
||||
"rev": "e828c76030fd69248b55031c29a32f85f1788ad1",
|
||||
"rev": "27580750855fba750006c4ee1748ac258a677ece",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -16,12 +16,12 @@
|
|||
boot.loader.stand.enable = true;
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/ufs/pearbutter-root";
|
||||
device = "/dev/gptid/pearbutter-root";
|
||||
fsType = "ufs";
|
||||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/msdosfs/pearbutter-esp";
|
||||
device = "/dev/gptid/pearbutter-esp";
|
||||
fsType = "msdosfs";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue