mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 08:04:20 +01:00
wip!
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
ddb56e5a35
commit
eaa4b9a077
|
@ -62,9 +62,10 @@
|
|||
|
||||
init.services.home-assistant-prep = {
|
||||
shutdownOnExit = false;
|
||||
script = ''
|
||||
mkdir -p /media/cctv_rec
|
||||
'';
|
||||
script = pkgs.writeShellScriptBin "home-assistant-prep"
|
||||
''
|
||||
mkdir -p /media/cctv_rec
|
||||
'';
|
||||
};
|
||||
|
||||
services.home-assistant = {
|
||||
|
|
Loading…
Reference in a new issue