... it was efi not esp

This commit is contained in:
Artemis Tosini 2024-03-04 04:03:05 +00:00
parent 179748238c
commit f3833555b0
Signed by: artemist
GPG key ID: EE5227935FE3FF18
2 changed files with 5 additions and 5 deletions

View file

@ -71,11 +71,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1709523813, "lastModified": 1709524936,
"narHash": "sha256-p2Xn2OdRDrnpO4/rb5KfL2pbgNN9tGO3OnRU6mkVISM=", "narHash": "sha256-5+Ll6LNIP6TwKVbH7SsJpAfc0UCI7Hc/h05IB5364Ic=",
"owner": "nixos-bsd", "owner": "nixos-bsd",
"repo": "nixbsd", "repo": "nixbsd",
"rev": "d1a76992d01c020eafc2fc981d59b17927587a5b", "rev": "68cc7fcf36a461cab1cc0ccbecefdde42a076a9f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { ... }:
{ {
nixpkgs.hostPlatform = "x86_64-freebsd"; nixpkgs.hostPlatform = "x86_64-freebsd";
nixpkgs.config.freebsdBranch = "releng/14.0"; nixpkgs.config.freebsdBranch = "releng/14.0";
@ -11,7 +11,7 @@
}; };
fileSystems."/boot" = { fileSystems."/boot" = {
device = "/dev/gpt/pearbutter-esp"; device = "/dev/gpt/pearbutter-efi";
fsType = "msdosfs"; fsType = "msdosfs";
}; };
} }