mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
move redis certificates
This commit is contained in:
parent
88a4100340
commit
80d71bd7a0
17 changed files with 18 additions and 18 deletions
|
|
@ -104,9 +104,9 @@
|
|||
'';
|
||||
};
|
||||
|
||||
redis-certificates = runCommand "scripts" {} ''
|
||||
certificates = runCommand "scripts" {} ''
|
||||
mkdir -p $out
|
||||
cp -r ${../../redis-certificates} $out/redis-certificates
|
||||
cp -r ${../../certificates} $out/certificates
|
||||
'';
|
||||
clamav-data = runCommand "scripts" {} ''
|
||||
mkdir -p $out/etc
|
||||
|
|
@ -170,7 +170,7 @@ in
|
|||
bootstrap
|
||||
configs
|
||||
scripts
|
||||
redis-certificates
|
||||
certificates
|
||||
clamav-data
|
||||
shadowSetupScript
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue