docs: update device names in profiles

This commit is contained in:
Hacker1245 2023-07-12 18:23:30 +00:00 committed by Prawn
parent c70b52e5c1
commit 6bcd132b53

View file

@ -64,7 +64,7 @@ current = "graphical"
[profiles.default]
parent = ""
device = "oneplus-enchilada"
device = "sdm845-oneplus-enchilada"
flavour = "barebone"
pkgs_include = [ "wget", "rsync", "nano", "tmux", "zsh", "pv", ]
pkgs_exclude = []
@ -89,7 +89,7 @@ flavour = "debug-shell"
[profiles.beryllium]
parent = "graphical"
device = "xiaomi-beryllium-ebbg"
device = "sdm845-xiaomi-beryllium-ebbg"
flavour = "gnome"
hostname = "pocof1"
```