feat: dae - arm64 microvm

This commit is contained in:
Ryan Yin
2024-03-24 22:36:21 +08:00
parent 9a01f34197
commit 53d3901e9a
13 changed files with 1354 additions and 186 deletions

View File

@@ -16,11 +16,16 @@
ssh-user = "root";
modules = {
nixos-modules = map mylib.relativeToRoot [
"modules/nixos/server/server-aarch64.nix"
# host specific modules
"hosts/12kingdoms-${name}"
];
nixos-modules =
(map mylib.relativeToRoot [
"secrets/nixos.nix"
"modules/nixos/server/server-aarch64.nix"
# host specific modules
"hosts/12kingdoms-${name}"
])
++ [
{modules.secrets.server.network.enable = true;}
];
};
inherit (inputs) nixos-rk3588;