···1515 sops.defaultSopsFile = ./secrets/users.yaml;
1616 sops.age.keyFile = "/var/lib/sops-nix/key.txt";
17171818- programs.steam.enable = true;
1919-2018 # Create some helpful groups for development
2119 # and permission related reasons.
2220 users.groups = {
2121+ # Group www-data used primarily for apache webservers in docker containers
2222+ # The specific reason for this is that Shopware chown's plugin directories to this id, which leaves me unable to write to them outside the container
2323 www-data.gid = 33;
2424 };
2525