remove double definition

This commit is contained in:
Kyle Isom 2025-09-01 13:41:38 -07:00
parent 8446fafadc
commit 9cb10fc4ff
1 changed files with 0 additions and 2 deletions

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;