summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-09-04 10:16:38 +0200
committerlassulus <git@lassul.us>2023-09-04 10:16:38 +0200
commit9e2adb53bf35e958eddbb369cba1adb3eda92bc6 (patch)
tree892fec84ad318a950e5407cfa4cfac379b134a9e /lass
parent759c63246af4af49e4cdeee329d065879f92ef2d (diff)
l prism.r: remove red
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/prism/config.nix22
1 files changed, 0 insertions, 22 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix
index 46e35de4f..797e4e3ed 100644
--- a/lass/1systems/prism/config.nix
+++ b/lass/1systems/prism/config.nix
@@ -152,28 +152,6 @@ with import <stockholm/lib>;
<stockholm/lass/2configs/codimd.nix>
<stockholm/lass/2configs/go.nix>
{
- environment.systemPackages = [ pkgs.cryptsetup ];
- systemd.services."container@red".reloadIfChanged = mkForce false;
- containers.red = {
- config = { ... }: {
- environment.systemPackages = [ pkgs.git ];
- services.openssh.enable = true;
- users.users.root.openssh.authorizedKeys.keys = [
- config.krebs.users.lass.pubkey
- ];
- };
- autoStart = false;
- enableTun = true;
- privateNetwork = true;
- hostAddress = "10.233.2.3";
- localAddress = "10.233.2.4";
- };
- }
- {
- users.users.download.openssh.authorizedKeys.keys = [
- ];
- }
- {
lass.nichtparasoup.enable = true;
services.nginx = {
enable = true;