diff --git a/bert/configuration.nix b/bert/configuration.nix index e8a81a0..3814822 100644 --- a/bert/configuration.nix +++ b/bert/configuration.nix @@ -6,7 +6,6 @@ ./hardware-configuration.nix ./services/factorio.nix ./services/http/index.nix - ./services/immich.nix ./services/minecraft.nix ./services/monitoring.nix ./services/forgejo.nix @@ -42,11 +41,7 @@ fileSystems."/mnt/bigbird_public" = { device = "//bigbird/public"; fsType = "cifs"; - options = [ - "x-systemd.automount" - "x-systemd.requires=network-online.target" - "guest" - ]; + options = [ "guest" ]; }; time.timeZone = "America/Chicago"; diff --git a/bert/services/forgejo.nix b/bert/services/forgejo.nix index 1d2e170..ae2f8f8 100644 --- a/bert/services/forgejo.nix +++ b/bert/services/forgejo.nix @@ -1,7 +1,6 @@ { services.forgejo = { enable = true; - stateDir = "/srv/forgejo"; settings = { DEFAULT = { APP_NAME = "Forgejo: Beyond coding. We Forge."; # TODO diff --git a/bert/services/http/home.chandlerswift.com.nix b/bert/services/http/home.chandlerswift.com.nix index 8d280ec..1c11558 100644 --- a/bert/services/http/home.chandlerswift.com.nix +++ b/bert/services/http/home.chandlerswift.com.nix @@ -7,24 +7,6 @@ reverse_proxy /grafana/* localhost:3000 # hide .git # ??? - respond /robots.txt 200 { - body <