mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix: kw -> nixfiles partially revert on oracle, don't want to
recreate...
This commit is contained in:
parent
ece1dbe466
commit
0f53321c62
5 changed files with 46 additions and 46 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue