nix-serve maybe

This commit is contained in:
mjallen18
2025-03-03 15:37:18 -06:00
parent 8dca0cd14a
commit 208f9e5730
191 changed files with 224 additions and 4 deletions

View File

@@ -276,6 +276,9 @@ in
'';
};
# Enable binfmt emulation for ARM
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# Virtualisation
virtualisation = {
podman = {