From 258fd5b4aaa53dd18392dc02df102cfa38ad44ff Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 23 Sep 2024 02:16:42 +0000 Subject: [PATCH] moby: port PinePhone -> PinePhone Pro in the future i do hope to enable _both_ of these options, but that requires some serious effort on the kernel front (to build one kernel which can boot either device) --- hosts/by-name/moby/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/by-name/moby/default.nix b/hosts/by-name/moby/default.nix index 493ed7431..b790abbc1 100644 --- a/hosts/by-name/moby/default.nix +++ b/hosts/by-name/moby/default.nix @@ -12,7 +12,7 @@ ./fs.nix ]; - sane.hal.pine64-pinephone.enable = true; + sane.hal.pine64-pinephone-pro.enable = true; sane.roles.client = true; sane.roles.handheld = true; sane.services.wg-home.enable = true;