Spell virtualisation Correctly

This commit is contained in:
Annika Merris 2024-05-28 10:30:50 -04:00
parent 32b83aeae5
commit 0e7cd08cbc

View file

@ -14,6 +14,6 @@
pkgs.docker
];
};
virtualization.docker.enable = true;
virtualisation.docker.enable = true;
};
}