wynne, rico2: replace podman with docker

This commit is contained in:
Adithya 2024-10-30 14:48:57 +05:30
parent fe8ef4b70f
commit e00dc4e538
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ _: {
imports = [ imports = [
./apps ./apps
./btrfs.nix ./btrfs.nix
./podman.nix ./docker.nix
./ssh.nix ./ssh.nix
../../shared/caddy.nix ../../shared/caddy.nix
]; ];

View file

@ -1,5 +1,5 @@
_: { _: {
virtualisation.podman = { virtualisation.docker = {
enable = true; enable = true;
}; };
} }

View file

@ -2,7 +2,7 @@ _: {
imports = [ imports = [
./apps ./apps
./btrfs.nix ./btrfs.nix
./podman.nix ./docker.nix
./ssh.nix ./ssh.nix
../../shared/caddy.nix ../../shared/caddy.nix
]; ];

View file

@ -1,5 +1,5 @@
_: { _: {
virtualisation.podman = { virtualisation.docker = {
enable = true; enable = true;
}; };
} }