mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
desktop: switch docker to podman
This commit is contained in:
parent
72e418f8e4
commit
7c8d3a66c3
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ with lib;
|
||||||
{ key = "ctrl+e"; command = "workbench.action.quickOpen"; when = "!terminalFocus"; }
|
{ key = "ctrl+e"; command = "workbench.action.quickOpen"; when = "!terminalFocus"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.docker = { enable = true; enableOnBoot = false; };
|
virtualisation.podman.enable = true;
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
boot.loader.timeout = 1;
|
boot.loader.timeout = 1;
|
||||||
|
|
Loading…
Reference in a new issue