mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
fix: moodle-dl nfs
This commit is contained in:
@@ -12,6 +12,7 @@ in {
|
|||||||
./gaslight.nix
|
./gaslight.nix
|
||||||
./kiosk.nix
|
./kiosk.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
./moodle-dl-meinhark.nix
|
||||||
./pulseaudio.nix
|
./pulseaudio.nix
|
||||||
./home-assistant.nix
|
./home-assistant.nix
|
||||||
./mpd.nix
|
./mpd.nix
|
||||||
|
|||||||
@@ -11,12 +11,14 @@
|
|||||||
});
|
});
|
||||||
in {
|
in {
|
||||||
age.secrets = {
|
age.secrets = {
|
||||||
|
/*
|
||||||
moodle-dl-tokens = {
|
moodle-dl-tokens = {
|
||||||
file = ../../secrets/zaatar-moodle-dl-tokens.json.age;
|
file = ../../secrets/zaatar-moodle-dl-tokens.json.age;
|
||||||
owner = "moodle-dl";
|
owner = "moodle-dl";
|
||||||
group = "moodle-dl";
|
group = "moodle-dl";
|
||||||
mode = "400";
|
mode = "400";
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
moodle-dl-basicAuth = {
|
moodle-dl-basicAuth = {
|
||||||
file = ../../secrets/zaatar-moodle-dl-basicAuth.age;
|
file = ../../secrets/zaatar-moodle-dl-basicAuth.age;
|
||||||
owner = "nginx";
|
owner = "nginx";
|
||||||
|
|||||||
Reference in New Issue
Block a user