fix config file path
This commit is contained in:
@@ -20,8 +20,8 @@ in
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /data/fileshelter 0770 fileshelter fileshelter -"
|
||||
];
|
||||
custom.misc.docker.enable = true;
|
||||
virtualisation.oci-containers.backend = "docker";
|
||||
#custom.misc.docker.enable = true;
|
||||
#virtualisation.oci-containers.backend = "docker";
|
||||
virtualisation.oci-containers.containers = {
|
||||
"fileshelter" = {
|
||||
user = "fileshelter";
|
||||
@@ -32,7 +32,7 @@ in
|
||||
];
|
||||
volumes = [
|
||||
"/data/fileshelter:/var/fileshelter"
|
||||
"/run/agenix/fileshelter.conf:/etc/fileshelter.conf"
|
||||
"/run/agenix/fileshelter-conf:/etc/fileshelter.conf"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user