Fix build.

This commit is contained in:
Tom Alexander
2025-11-18 22:02:12 -05:00
parent 8ccd34aba9
commit 300dfc68cf
4 changed files with 13 additions and 4 deletions

View File

@@ -4,6 +4,8 @@
...
}:
# TODO: FreeBSD is x86_64-freebsd
let
make_machine_config = name: {
enable = lib.mkOption {
@@ -52,6 +54,7 @@ in
# sshKey = "";
# publicHostKey = "";
systems = [
"i686-linux"
"x86_64-linux"
# "aarch64-linux"
];
@@ -82,6 +85,7 @@ in
# From: base64 -w0 /persist/ssh/ssh_host_ed25519_key.pub
publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUx0alplYlVYTkRkU3Y1enVGbjM3eFNMZUN3S2hPKzFMdWovM2FYNFJRTEEgcm9vdEBxdWFyawo=";
systems = [
"i686-linux"
"x86_64-linux"
# "aarch64-linux"
];