Compare commits

..

No commits in common. "c7b53551f3f335545c2036eaf38157542a7d95f2" and "08b97f204f29bd1c48b62ce20638b4e26f1d2a2e" have entirely different histories.

2 changed files with 1 additions and 15 deletions

View File

@ -43,11 +43,6 @@
url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
inputs.nixpkgs.follows = "nixpkgs";
};
project-cloud = {
url = "git+https://git.project-cloud.net/asmir/project-cloud";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs @ {
@ -60,7 +55,6 @@
sops-nix,
swaysw,
zremap,
project-cloud,
...
}: let
pkgs = nixpkgs.legacyPackages.x86_64-linux.pkgs;

View File

@ -2,7 +2,6 @@
config,
pkgs,
lib,
project-cloud,
...
}: {
imports = [];
@ -106,7 +105,7 @@
package = pkgs.nextcloud27;
config.adminpassFile = config.sops.secrets."nextcloud_admin".path;
configureRedis = true;
hostName = "cloud.project-cloud.net";
hostName = "project-cloud.net";
https = true;
extraOptions = {
mail_smtpmode = "sendmail";
@ -140,13 +139,6 @@
recommendedProxySettings = true;
recommendedTlsSettings = true;
virtualHosts."project-cloud.net" = {
quic = true;
forceSSL = true;
enableACME = true;
root = "${project-cloud}/public";
};
virtualHosts.${config.services.nextcloud.hostName} = {
quic = true;
forceSSL = true;