remove double definition

This commit is contained in:
2025-09-01 13:41:38 -07:00
parent 8446fafadc
commit 9cb10fc4ff

View File

@@ -102,8 +102,6 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Enable common container config files in /etc/containers
virtualisation.containers.enable = true;
virtualisation = {
containers = {
enable = true;