mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-22 12:55:20 +08:00
Add configuration for Tart VM (#92)
This commit is contained in:
parent
fe06ad6a8c
commit
f61cbdbd52
11 changed files with 152 additions and 45 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue