Remove docker/podman-compose

This commit is contained in:
Daniel Lundin 2024-09-24 10:23:50 +02:00
parent 3bf22d6276
commit 2a1f0398e2
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
3 changed files with 11 additions and 16 deletions

View file

@ -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=" ];

View file

@ -19,11 +19,6 @@ in
fi
'';
environment.systemPackages = with pkgs; [
docker-compose
podman-compose
];
virtualisation = {
containers = {
enable = true;