fix: kw -> nixfiles partially revert on oracle, don't want to

recreate...
This commit is contained in:
Kat Inskip 2022-10-02 15:03:38 -07:00
parent ece1dbe466
commit 0f53321c62
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 46 additions and 46 deletions

View file

@ -1,7 +1,7 @@
{ config, meta, lib, target, ... }: with lib;
{ config, meta, lib, name, ... }: with lib;
let
home = meta.deploy.targets.home.tf;
in lib.mkIf (target != "home") {
in lib.mkIf (name != "home") {
acme = {
enable = true;
account = {

View file

@ -1,4 +1,4 @@
{ config, lib, ... }: with lib; {
{ config, meta, lib, ... }: with lib; {
variables.katdns-address = {
value.shellCommand = "${meta.secrets.command} secrets/katdns -f address";