diff options
Diffstat (limited to 'lass/1systems')
| -rw-r--r-- | lass/1systems/mors/config.nix | 2 | ||||
| -rw-r--r-- | lass/1systems/prism/config.nix | 10 | 
2 files changed, 1 insertions, 11 deletions
| diff --git a/lass/1systems/mors/config.nix b/lass/1systems/mors/config.nix index 69954a3e9..6d65b58c2 100644 --- a/lass/1systems/mors/config.nix +++ b/lass/1systems/mors/config.nix @@ -77,6 +77,7 @@ with import <stockholm/lib>;        environment.systemPackages = [          pkgs.ovh-zone          pkgs.bank +        pkgs.adb-sync        ];      }      { @@ -143,7 +144,6 @@ with import <stockholm/lib>;      OnCalendar = "00:37";    }; -  nix.package = pkgs.nixUnstable;    programs.adb.enable = true;    users.users.mainUser.extraGroups = [ "adbusers" "docker" ];    virtualisation.docker.enable = true; diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index f83721070..bf7de6fc5 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -291,16 +291,6 @@ with import <stockholm/lib>;        ];      }      { -      services.nginx = { -        enable = true; -        virtualHosts."radio.lassul.us" = { -          forceSSL = true; -          enableACME = true; -          locations."/".extraConfig = '' -            proxy_pass http://localhost:8000; -          ''; -        }; -      };      }      {        lass.nichtparasoup.enable = true; | 
