l prism.r: remove red

This commit is contained in:
lassulus 2023-09-04 10:16:38 +02:00
parent 759c63246a
commit 9e2adb53bf
1 changed files with 0 additions and 22 deletions

View File

@ -151,28 +151,6 @@ with import <stockholm/lib>;
<stockholm/lass/2configs/minecraft.nix>
<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 = {