chore: cleanup config and bring settings over from earlier

This commit is contained in:
Daniel Lundin 2024-11-15 21:09:57 +01:00
parent 33f7afd87d
commit e585707491
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
5 changed files with 78 additions and 50 deletions

View file

@ -36,10 +36,6 @@
}
)
{
boot.kernelParams = [
"console=ttyS0"
"systemd.journald.forward_to_console"
];
system.image.updates.url = "${updateUrl}";
system.image.id = "patos";
system.image.version = releaseVersion;