mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-17 05:05:06 +01:00
provide dev shell
This commit is contained in:
parent
6bb6294aad
commit
fbc926acea
4 changed files with 10 additions and 49 deletions
|
|
@ -89,7 +89,10 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "wasm32-wasi" "aarch64-linux" ];
|
||||
boot.binfmt = {
|
||||
emulatedSystems = [ "wasm32-wasi" "aarch64-linux" ];
|
||||
preferStaticEmulators = true; # required to work with podman (apparently)
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_6;
|
||||
|
||||
|
|
@ -331,7 +334,6 @@ in
|
|||
enable = true;
|
||||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
|
||||
};
|
||||
virtualbox.host = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue