summaryrefslogtreecommitdiffstats
path: root/lass/1systems/orange/config.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-09-09 19:42:08 +0200
committermakefu <github@syntax-fehler.de>2023-09-09 19:42:08 +0200
commit29d72c898d674d2c18fc0f4a76b5e623de0c3dfe (patch)
treefc4b0695c986a1cda6f1fbbbcbe716e203c54fa3 /lass/1systems/orange/config.nix
parente157ffa72856e4378aa23b096b2efff233f3cb3d (diff)
parent083229d0211096daec08673f743ccc45b1d8a0ac (diff)
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/1systems/orange/config.nix')
-rw-r--r--lass/1systems/orange/config.nix25
1 files changed, 0 insertions, 25 deletions
diff --git a/lass/1systems/orange/config.nix b/lass/1systems/orange/config.nix
deleted file mode 100644
index 47867c31f..000000000
--- a/lass/1systems/orange/config.nix
+++ /dev/null
@@ -1,25 +0,0 @@
-with import <stockholm/lib>;
-{ config, lib, pkgs, ... }:
-{
- imports = [
- <stockholm/lass>
- <stockholm/lass/2configs>
- <stockholm/lass/2configs/retiolum.nix>
- <stockholm/lass/2configs/mumble-reminder.nix>
- <stockholm/lass/2configs/services/git>
- ];
-
- krebs.build.host = config.krebs.hosts.orange;
-
- services.nginx.enable = true;
- networking.firewall.allowedTCPPorts = [ 80 443 ];
- security.acme = {
- acceptTerms = true;
- defaults.email = "acme@lassul.us";
- };
-
- krebs.sync-containers3.inContainer = {
- enable = true;
- pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFQWzKuXrwQopBc1mzb2VpljmwAs7Y8bRl9a8hBXLC+l";
- };
-}