Hi! I ran into the issue that my kube config, which I manage with home-manager is world read- and writable.
I hoped that there is an easy option to set file permissions with home-manager, e.g. home.file."foo".permissions = 0644
but something like this does not exist. All solutions a short web search turns up are overly complicated for something that seems to be a trivial task.
What is the easiest way to set permissions for a file with home-manager?
You must log in or register to comment.