feat(hosts): add deploy-rs nodes and checks

This commit is contained in:
tux
2026-08-12 05:34:16 +05:30
parent 9269257065
commit ec2e9e0721
3 changed files with 62 additions and 10 deletions

View File

@@ -11,6 +11,8 @@
config = lib.mkMerge [
{
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.loader = {
timeout = 1;
efi.canTouchEfiVariables = true;