Fix sops problem

This commit is contained in:
Nathan McCarty 2022-06-29 05:48:39 -04:00
parent eab88a6e5e
commit 7dcde8db0f
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,8 @@
sops.secrets."friendpack-backblaze" = {
format = "yaml";
sopsFile = ../secrets/backblaze.yaml;
owner = config.users.users.nathan.name;
group = config.users.users.nathan.group;
};
# Setup minecraft container
@ -136,6 +138,9 @@
hostPath = "/var/minecraft";
isReadOnly = false;
};
"/run/secrets" = {
hostPath = "/run/secrets";
};
};
forwardPorts = [
{