diff options
author | lassulus <git@lassul.us> | 2024-08-13 21:40:49 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2024-08-13 21:40:49 +0200 |
commit | b114638339b513abd85f479b3df1c1dd5045b307 (patch) | |
tree | 1065004ee53b2a578f74a76a44ea2e97cdb2355b /krebs/1systems | |
parent | 8b43b9c44db3697e465fc7037b8a0e712fb82ffc (diff) |
RIP news
Diffstat (limited to 'krebs/1systems')
-rw-r--r-- | krebs/1systems/news/config.nix | 25 | ||||
-rw-r--r-- | krebs/1systems/puyak/config.nix | 2 |
2 files changed, 0 insertions, 27 deletions
diff --git a/krebs/1systems/news/config.nix b/krebs/1systems/news/config.nix deleted file mode 100644 index 290870fce..000000000 --- a/krebs/1systems/news/config.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ config, lib, pkgs, ... }: - -{ - imports = [ - ../../../krebs - ../../../krebs/2configs - - ../../../krebs/2configs/ircd.nix - ../../../krebs/2configs/go.nix - - #### NEWS #### - ../../../krebs/2configs/ircd.nix - ../../../krebs/2configs/news.nix - ]; - - krebs.build.host = config.krebs.hosts.news; - krebs.hosts.news.ssh.privkey.path = "${config.krebs.secret.directory}/ssh.id_ed25519"; - - boot.isContainer = true; - networking.useDHCP = lib.mkForce true; - krebs.sync-containers3.inContainer = { - enable = true; - pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMBVZomw68WDQy0HsHhNbWK1KpzaR5aRUG1oioE7IgCv"; - }; -} diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix index d3891af82..3c994ae7a 100644 --- a/krebs/1systems/puyak/config.nix +++ b/krebs/1systems/puyak/config.nix @@ -19,8 +19,6 @@ <stockholm/krebs/2configs/binary-cache/nixos.nix> <stockholm/krebs/2configs/binary-cache/prism.nix> - ## news host - <stockholm/krebs/2configs/container-networking.nix> <stockholm/krebs/2configs/syncthing.nix> |