summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorcaley <195605706+cqley@users.noreply.github.com>2026-07-25 02:42:01 +0200
committerGitHub <noreply@github.com>2026-07-25 02:42:01 +0200
commitea80e06b7274c2014571ef743b94db987f842c68 (patch)
tree40443b211ae88666da85c368d7168b5eadcd5edb /nixos
parentd3a7af904eea30f6de1b57e3883b3c8977c8ed9c (diff)
Update configuration.nix
Diffstat (limited to 'nixos')
-rw-r--r--nixos/hosts/bin/configuration.nix55
1 files changed, 0 insertions, 55 deletions
diff --git a/nixos/hosts/bin/configuration.nix b/nixos/hosts/bin/configuration.nix
index 09ff9e9..2f7ebff 100644
--- a/nixos/hosts/bin/configuration.nix
+++ b/nixos/hosts/bin/configuration.nix
@@ -99,61 +99,6 @@
};
};
- services.pufferpanel = {
- enable = true;
- extraPackages = [
- pkgs.jdk25
- (pkgs.writeShellScriptBin "java25" "exec ${pkgs.jdk25}/bin/java \"$@\"")
- ];
- environment = {
- PUFFER_WEB_HOST = "10.0.0.1:8080";
- PUFFER_DAEMON_SFTP_HOST = "10.0.0.1:5657";
- };
- };
-
- services.cgit.blind = {
- enable = true;
- scanPath = "/srv/git";
- nginx.virtualHost = "5.231.118.254";
- gitHttpBackend = {
- enable = true;
- checkExportOkFiles = false;
- };
- settings = {
- root-title = "blind";
- root-desc = "";
- enable-index-owner = 0;
- enable-commit-graph = 1;
- enable-log-filecount = 1;
- enable-log-linecount = 1;
- clone-prefix = "http://5.231.118.254";
- };
- };
-
- services.navidrome = {
- enable = true;
- settings = {
- Address = "0.0.0.0";
- Port = 4533;
- MusicFolder = "/var/lib/navidrome/music";
- };
- };
-
- services.nginx = {
- enable = true;
- virtualHosts."5.231.118.254" = {
- };
- };
-
- systemd.services.pocketbase = {
- wantedBy = [ "multi-user.target" ];
- after = [ "network.target" ];
- serviceConfig = {
- ExecStart = "${pkgs.pocketbase}/bin/pocketbase serve --http=10.0.0.1:8090 --dir=/var/lib/pocketbase --publicDir=/var/lib/pocketbase/pb_public";
- Restart = "no";
- };
- };
-
documentation.enable = false;
documentation.man.enable = false;