Remove docker/podman-compose
This commit is contained in:
parent
3bf22d6276
commit
2a1f0398e2
3 changed files with 11 additions and 16 deletions
common
|
@ -20,7 +20,7 @@
|
|||
# Workaround for https://github.com/NixOS/nix/issues/9574
|
||||
nix-path = config.nix.nixPath;
|
||||
substituters = [
|
||||
"https://cache-nixos-org.aarn.shelman.io"
|
||||
# "https://cache-nixos-org.aarn.shelman.io"
|
||||
"https://cache.nixos.org/"
|
||||
];
|
||||
trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ];
|
||||
|
|
|
@ -19,11 +19,6 @@ in
|
|||
fi
|
||||
'';
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker-compose
|
||||
podman-compose
|
||||
];
|
||||
|
||||
virtualisation = {
|
||||
containers = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue