diff options
author | lassulus <git@lassul.us> | 2023-03-14 06:42:13 +0100 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-03-14 06:42:13 +0100 |
commit | ffbdcfefa731b3c1a5de5e2fae9bacd6edb9cf67 (patch) | |
tree | 59df16e578ae24647f0481183fbada3c76c63dc7 | |
parent | e869a76444e82558dff78267b0eb5e09ed83387d (diff) |
hotdog.r: disable github-hosts-sync
-rw-r--r-- | krebs/1systems/hotdog/config.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/krebs/1systems/hotdog/config.nix b/krebs/1systems/hotdog/config.nix index 70307a96b..a20878487 100644 --- a/krebs/1systems/hotdog/config.nix +++ b/krebs/1systems/hotdog/config.nix @@ -21,7 +21,6 @@ ]; krebs.build.host = config.krebs.hosts.hotdog; - krebs.github-hosts-sync.enable = true; krebs.pages.enable = true; boot.isContainer = true; |