removed HBPS Nextcloud and old settings

This commit is contained in:
naturallaw77 2025-02-10 14:57:07 -08:00
parent d752b9c3ce
commit 6b7401dd44

View File

@ -130,17 +130,10 @@ in
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"jitsi-meet-1.0.8043"
];
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
(callPackage ./modules/systemd-manager_sovran_systems.nix {}) (callPackage ./modules/systemd-manager_sovran_systems.nix {})
(callPackage ./modules/nextcloud_hpbs_default.nix {})
git git
wget wget
fish fish
@ -228,7 +221,6 @@ in
####### CADDY ####### ####### CADDY #######
services.caddy = { services.caddy = {
enable = true; enable = true;
package = pkgs.stable.caddy;
user = "caddy"; user = "caddy";
group = "root"; group = "root";
email = "${personalization.caddy_email_for_acme}"; email = "${personalization.caddy_email_for_acme}";