Add configuration for Tart VM (#92)

This commit is contained in:
Sridhar Ratnakumar 2025-07-20 22:40:04 -04:00 committed by GitHub
parent fe06ad6a8c
commit f61cbdbd52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 152 additions and 45 deletions

View file

@ -16,7 +16,12 @@ in
(self + /modules/nixos/shared/github-runner.nix)
];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
home-manager.sharedModules = [
(self + /modules/home/all/dropbox.nix)
];
# Using tart VM instead for arm builds. So disable this.
# boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# For flake containers to have network access!
networking.nat = {