diff --git a/dragonwell/atproto.nix b/dragonwell/atproto.nix deleted file mode 100644 index 745413a163b5bf6964a33ea241538570279f6815..0000000000000000000000000000000000000000 --- a/dragonwell/atproto.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ config, ... }: -{ - age.secrets.pds.file = ../secrets/pds.age; - services.bluesky-pds = { - enable = true; - pdsadmin.enable = true; - settings = { - PDS_PORT = 2759; - PDS_HOSTNAME = "pds.jolheiser.com"; - }; - environmentFiles = [ - config.age.secrets.pds.path - ]; - }; -} diff --git a/dragonwell/caddy.nix b/dragonwell/caddy.nix index c6d1b0ec85ebe3b02d37ced90629eabd8fbd36c5..1e53756abbbe5f0f6e2fd2c3535b8cfb50644e41 100644 --- a/dragonwell/caddy.nix +++ b/dragonwell/caddy.nix @@ -74,9 +74,6 @@ ''; "dnd.jolheiser.com".extraConfig = '' reverse_proxy localhost:30000 ''; - "pds.jolheiser.com".extraConfig = '' - reverse_proxy localhost:2759 - ''; "dev.jolheiser.com".extraConfig = '' reverse_proxy localhost:3389 handle_errors 502 503 504 { diff --git a/dragonwell/default.nix b/dragonwell/default.nix index 8d367f7d75e25d2544578d0ba497b48c04c7a1f2..71582f32bd75937489e57554a560a6b7f541d4ad 100644 --- a/dragonwell/default.nix +++ b/dragonwell/default.nix @@ -4,12 +4,11 @@ key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+uhnfFLhlyfGGsksSxh5IIY6gnIMryeQ2EiM979kZa"; in { imports = [ - ./atproto.nix ./beszel.nix ./caddy.nix ./forge-lines.nix ./foundry.nix - #./git-bug.nix + ./git-bug.nix ./git-pr.nix ./mealie.nix ./miniserve.nix diff --git a/dragonwell/restic.nix b/dragonwell/restic.nix index f56bedca5a3d97c1ec635a0120d10bbdf9287608..2b66a53f6d74d8db17d3fffc41d3f3dcf491dd09 100644 --- a/dragonwell/restic.nix +++ b/dragonwell/restic.nix @@ -14,7 +14,6 @@ paths = [ "/var/lib/ugit/repos" "/var/lib/pocket-id" "/var/lib/miniserve" - "/var/lib/pds" "/var/lib/foundryvtt/Data" "/var/lib/foundryvtt/Config" ]; diff --git a/secrets/pds.age b/secrets/pds.age deleted file mode 100644 index 8e37d4edbfb04fa947829e5e8516c6ad162edc64..0000000000000000000000000000000000000000 --- a/secrets/pds.age +++ /dev/null @@ -1,7 +0,0 @@ -age-encryption.org/v1 --> ssh-ed25519 E8j6/g 9tC9YLscdq9/Lyb4uhpzuTNXHwvi9Sgjl2NCQoxTvjk -BfshYiKBD0ehNnxniTmveDdM9VhJzUcqyBlnk9YAr1U --> ssh-ed25519 f31uNA sEpgTFcfHJI7zPl2VHnuT47PfUcUYgMQMaU88t8ijBk -KLpjovZ+QM6CnGl6sL/qJeptx6LhbSlHvWijr9+CfBE ---- W/gvvRby33G51JeT2E/MIDr3NCVvrjzG0DtTtaKLHxg -\7oA*Ь'忸.@all*)ܐgōr) OōJW|MdOeP#JN6yy aa-86\-,xE3cmLGĺ'3ѻty/0Z~dS uë47>9ſFN/ ~FȪwC 5~$2JY\۷uve \ No newline at end of file diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 39ac8fd5916de4e5f12527d92e878720e8f69582..7072ff7474325d1de127b83c882ee9a551e1f5f2 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -34,5 +34,4 @@ "beszel-dragonwell.age".publicKeys = dragonwellKeys; "beszel-jasmine.age".publicKeys = jasmineKeys; "beszel-gunpowder.age".publicKeys = gunpowderKeys; "mealie.age".publicKeys = dragonwellKeys; - "pds.age".publicKeys = dragonwellKeys; }