pearbutter: use correct device names

This commit is contained in:
Artemis Tosini 2024-03-04 02:45:50 +00:00
parent a1f166ef5c
commit b557dd11a5
Signed by: artemist
GPG key ID: EE5227935FE3FF18
2 changed files with 8 additions and 8 deletions

View file

@ -46,11 +46,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1709342329, "lastModified": 1709518505,
"narHash": "sha256-w5zDczFSMizXBsTQPRsw1P9r4rxUIR4/F2jtfn6A1kQ=", "narHash": "sha256-+QYABIAK4VaTNkuveE6uN4K57Dpj/C3xb+k0bQahD4s=",
"owner": "rhelmot", "owner": "rhelmot",
"repo": "nix", "repo": "nix",
"rev": "397df537c8273ee539ea79183d59ea40543326d2", "rev": "468946c724c010e58f1f98e437fa355bbaae13a1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -71,11 +71,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1709517538, "lastModified": 1709519968,
"narHash": "sha256-Seu9LwuuRuaxAavtcCmqDrVLtjaKjYwzscN9LWU4Xps=", "narHash": "sha256-LTFq1Ax0HmTjG4hfMsumSVZoqQY5mQR3NDlW3GNte0A=",
"owner": "nixos-bsd", "owner": "nixos-bsd",
"repo": "nixbsd", "repo": "nixbsd",
"rev": "e828c76030fd69248b55031c29a32f85f1788ad1", "rev": "27580750855fba750006c4ee1748ac258a677ece",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -16,12 +16,12 @@
boot.loader.stand.enable = true; boot.loader.stand.enable = true;
fileSystems."/" = { fileSystems."/" = {
device = "/dev/ufs/pearbutter-root"; device = "/dev/gptid/pearbutter-root";
fsType = "ufs"; fsType = "ufs";
}; };
fileSystems."/boot" = { fileSystems."/boot" = {
device = "/dev/msdosfs/pearbutter-esp"; device = "/dev/gptid/pearbutter-esp";
fsType = "msdosfs"; fsType = "msdosfs";
}; };
} }