rotehaare flix + updatedns bugfix
This commit is contained in:
@@ -29,10 +29,12 @@
|
||||
update-dns = pkgs.writeScriptBin "update-dns"
|
||||
(builtins.readFile ../../scripts/update-dns.sh);
|
||||
in pkgs.writeScriptBin "update-dns" ''
|
||||
set -a &&
|
||||
source ${config.sops.secrets.dns.path} &&
|
||||
set -a &&
|
||||
${update-dns}/bin/update-dns;
|
||||
#!/usr/bin/env nix-shell
|
||||
#! nix-shell -i bash -p bash curl
|
||||
set -a
|
||||
source ${config.sops.secrets.dns.path}
|
||||
set -a
|
||||
${update-dns}/bin/update-dns
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user