diff options
author | lassulus <lassulus@lassul.us> | 2021-10-24 11:06:43 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-10-24 11:06:43 +0200 |
commit | f455668ff33d7555f8fe8d02ae9cf1b72cab596c (patch) | |
tree | 4dafc9b21c13838e9387a62c64439043cc19e0c9 /lass/1systems/red | |
parent | 1c98e211ffcfad92e0d1bac835f3d6715756f957 (diff) |
l: remove red.r morpheus.r uriel.r
Diffstat (limited to 'lass/1systems/red')
-rw-r--r-- | lass/1systems/red/config.nix | 28 | ||||
-rw-r--r-- | lass/1systems/red/physical.nix | 7 |
2 files changed, 0 insertions, 35 deletions
diff --git a/lass/1systems/red/config.nix b/lass/1systems/red/config.nix deleted file mode 100644 index 3139e94a2..000000000 --- a/lass/1systems/red/config.nix +++ /dev/null @@ -1,28 +0,0 @@ -with import <stockholm/lib>; -{ config, lib, pkgs, ... }: -let - inherit (import <stockholm/lass/2configs/websites/util.nix> {inherit lib pkgs;}) - servephpBB - ; -in -{ - imports = [ - <stockholm/lass> - <stockholm/lass/2configs> - <stockholm/lass/2configs/retiolum.nix> - <stockholm/lass/2configs/websites> - <stockholm/lass/2configs/websites/sqlBackup.nix> - (servephpBB [ "rote-allez-fraktion.de" ]) - ]; - - krebs.iptables.tables.filter.INPUT.rules = [ - { predicate = "-p tcp --dport 80"; target = "ACCEPT"; } - ]; - - krebs.build.host = config.krebs.hosts.red; - - services.nginx.enable = true; - environment.systemPackages = [ - pkgs.mk_sql_pair - ]; -} diff --git a/lass/1systems/red/physical.nix b/lass/1systems/red/physical.nix deleted file mode 100644 index b6aa3a894..000000000 --- a/lass/1systems/red/physical.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ - imports = [ - ./config.nix - ]; - boot.isContainer = true; - networking.useDHCP = false; -} |