diff --git a/README_1.md b/README_1.md
deleted file mode 100755
index 7016f44..0000000
--- a/README_1.md
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-# Complete Configuration for Sovran_SystemsOS and the Sovran Pro
-
-A Nix Flake Implementation
-
-Thanks to all the NixOS creators and developers for creating what is the future of computing.
-
-https://sovransystems.com
-
-Connect on Matrix here: https://matrix.to/#/#sovran-systems:anarchyislove.xyz
-
-Connect for Support on Matrix here: https://matrix.to/#/#sovran-systems-support:anarchyislove.xyz
-
-###
-
-## DIY Install Of Sovran_SystemsOS
-
-The write-up to install Sovran_SystemsOS on your own hardware is located here:
-
-https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/src/branch/main/DIY%20Install%20Sovran_SystemsOS.md
-
-The DIY support chat on Matrix is located here:
-
-https://matrix.to/#/%23DIY_Sovran_SystemsOS:anarchyislove.xyz
-
-## License
-
-Sovran_SystemsOS is licensed under the Apache 2 software licence.
-
-##
-
-Created, Handcrafted, and Headquartered in the Midwest – 2022-2026.
-
-This Gitea is Proudly Powered by a Sovran Pro.
-
-All Is Love. Fear Is Illusion. All Beings Are Free. Truth Can Never Be Destroyed.
diff --git a/custom-add-ons_1.md b/custom-add-ons_1.md
deleted file mode 100644
index 7b4c322..0000000
--- a/custom-add-ons_1.md
+++ /dev/null
@@ -1,47 +0,0 @@
-## Custom Add-ons for your Sovran Pro or Sovran Pro Max
-
-Add-ons are extra features you can have installed before your Sovran Pro is shipped to you.
-
-1. Since Sovran_SystemsOS runs Bitcoin Knots by default as opposed to Bitcion Core, you can customize your Sovran Pro or Sovran Pro Max node to run Bitcoin Core.
-
-https://github.com/bitcoin/bitcoin
-
-
-2. The Bitcoin Mempool can be added and can be accessed via Tor or on your local network.
-
-https://github.com/mempool/mempool
-
-
-The code will be installed in the `custom.nix` file.
-
-
-The code for Bitcoin Core is as follows:
-
-```nix
-services.bitcoind.package = lib.mkForce config.nix-bitcoin.pkgs.bitcoind;
-```
-
-
-The code for Mempool is as follows:
-
-```nix
-services.mempool = {
- enable = true;
- frontend.enable = true;
-};
-
-services.mysql.package = lib.mkForce pkgs.mariadb;
-
-nix-bitcoin.onionServices.mempool-frontend.enable = true;
-
-services.caddy = {
- virtualHosts = {
- ":60847" = {
- extraConfig = ''
- reverse_proxy :60845
- encode gzip zstd
- '';
- };
- };
-};
-```
diff --git a/flake_1.lock b/flake_1.lock
deleted file mode 100755
index 8b4017f..0000000
--- a/flake_1.lock
+++ /dev/null
@@ -1,373 +0,0 @@
-{
- "nodes": {
- "agenix": {
- "inputs": {
- "darwin": [],
- "home-manager": "home-manager",
- "nixpkgs": "nixpkgs",
- "systems": "systems"
- },
- "locked": {
- "lastModified": 1762618334,
- "narHash": "sha256-wyT7Pl6tMFbFrs8Lk/TlEs81N6L+VSybPfiIgzU8lbQ=",
- "owner": "ryantm",
- "repo": "agenix",
- "rev": "fcdea223397448d35d9b31f798479227e80183f6",
- "type": "github"
- },
- "original": {
- "owner": "ryantm",
- "repo": "agenix",
- "type": "github"
- }
- },
- "btc-clients": {
- "inputs": {
- "nixpkgs": "nixpkgs_2",
- "oldNixpkgs": "oldNixpkgs"
- },
- "locked": {
- "lastModified": 1766936379,
- "narHash": "sha256-VBhwuhoz/byfK2OdYUKkzc1vTPqUddJaMr6elUOHeuM=",
- "owner": "emmanuelrosa",
- "repo": "btc-clients-nix",
- "rev": "36cbe17a6160121bbae1ea7521593314d55e023c",
- "type": "github"
- },
- "original": {
- "owner": "emmanuelrosa",
- "repo": "btc-clients-nix",
- "type": "github"
- }
- },
- "extra-container": {
- "inputs": {
- "flake-utils": [
- "nix-bitcoin",
- "flake-utils"
- ],
- "nixpkgs": [
- "nix-bitcoin",
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1766155727,
- "narHash": "sha256-XGp4HHH6D6ZKiO5RnMzqYJYnZB538EnEflvlTsOKpvo=",
- "owner": "erikarvstedt",
- "repo": "extra-container",
- "rev": "b450bdb24fca1076973c852d87bcb49b8eb5fd49",
- "type": "github"
- },
- "original": {
- "owner": "erikarvstedt",
- "ref": "0.14",
- "repo": "extra-container",
- "type": "github"
- }
- },
- "flake-parts": {
- "inputs": {
- "nixpkgs-lib": [
- "nixvim",
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1765835352,
- "narHash": "sha256-XswHlK/Qtjasvhd1nOa1e8MgZ8GS//jBoTqWtrS1Giw=",
- "owner": "hercules-ci",
- "repo": "flake-parts",
- "rev": "a34fae9c08a15ad73f295041fec82323541400a9",
- "type": "github"
- },
- "original": {
- "owner": "hercules-ci",
- "repo": "flake-parts",
- "type": "github"
- }
- },
- "flake-utils": {
- "inputs": {
- "systems": "systems_2"
- },
- "locked": {
- "lastModified": 1731533236,
- "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
- "owner": "numtide",
- "repo": "flake-utils",
- "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
- "type": "github"
- },
- "original": {
- "owner": "numtide",
- "repo": "flake-utils",
- "type": "github"
- }
- },
- "home-manager": {
- "inputs": {
- "nixpkgs": [
- "agenix",
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1745494811,
- "narHash": "sha256-YZCh2o9Ua1n9uCvrvi5pRxtuVNml8X2a03qIFfRKpFs=",
- "owner": "nix-community",
- "repo": "home-manager",
- "rev": "abfad3d2958c9e6300a883bd443512c55dfeb1be",
- "type": "github"
- },
- "original": {
- "owner": "nix-community",
- "repo": "home-manager",
- "type": "github"
- }
- },
- "nix-bitcoin": {
- "inputs": {
- "extra-container": "extra-container",
- "flake-utils": "flake-utils",
- "nixpkgs": "nixpkgs_3",
- "nixpkgs-25_05": "nixpkgs-25_05",
- "nixpkgs-unstable": "nixpkgs-unstable"
- },
- "locked": {
- "lastModified": 1767721199,
- "narHash": "sha256-UzRxDiJlopBGPTjyhCdMP+QdTwXK+l+y45urXCyH69A=",
- "owner": "fort-nix",
- "repo": "nix-bitcoin",
- "rev": "5b532698ce9e8bd79b07d77ab4fc60e1a8408f73",
- "type": "github"
- },
- "original": {
- "owner": "fort-nix",
- "ref": "release",
- "repo": "nix-bitcoin",
- "type": "github"
- }
- },
- "nixpkgs": {
- "locked": {
- "lastModified": 1754028485,
- "narHash": "sha256-IiiXB3BDTi6UqzAZcf2S797hWEPCRZOwyNThJIYhUfk=",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "59e69648d345d6e8fef86158c555730fa12af9de",
- "type": "github"
- },
- "original": {
- "owner": "NixOS",
- "ref": "nixos-25.05",
- "repo": "nixpkgs",
- "type": "github"
- }
- },
- "nixpkgs-25_05": {
- "locked": {
- "lastModified": 1767051569,
- "narHash": "sha256-0MnuWoN+n1UYaGBIpqpPs9I9ZHW4kynits4mrnh1Pk4=",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "40ee5e1944bebdd128f9fbada44faefddfde29bd",
- "type": "github"
- },
- "original": {
- "owner": "NixOS",
- "ref": "nixos-25.05",
- "repo": "nixpkgs",
- "type": "github"
- }
- },
- "nixpkgs-stable": {
- "locked": {
- "lastModified": 1751274312,
- "narHash": "sha256-/bVBlRpECLVzjV19t5KMdMFWSwKLtb5RyXdjz3LJT+g=",
- "owner": "nixos",
- "repo": "nixpkgs",
- "rev": "50ab793786d9de88ee30ec4e4c24fb4236fc2674",
- "type": "github"
- },
- "original": {
- "owner": "nixos",
- "ref": "nixos-24.11",
- "repo": "nixpkgs",
- "type": "github"
- }
- },
- "nixpkgs-unstable": {
- "locked": {
- "lastModified": 1767364772,
- "narHash": "sha256-fFUnEYMla8b7UKjijLnMe+oVFOz6HjijGGNS1l7dYaQ=",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "16c7794d0a28b5a37904d55bcca36003b9109aaa",
- "type": "github"
- },
- "original": {
- "owner": "NixOS",
- "ref": "nixpkgs-unstable",
- "repo": "nixpkgs",
- "type": "github"
- }
- },
- "nixpkgs_2": {
- "locked": {
- "lastModified": 1764255304,
- "narHash": "sha256-oQPux8afXmkbb88ceRtz1lgSGqL9auOgdYnBSqpVgSA=",
- "owner": "nixos",
- "repo": "nixpkgs",
- "rev": "6e86c955fc372d12face4a9c0d932a6e0f7bff4d",
- "type": "github"
- },
- "original": {
- "owner": "nixos",
- "repo": "nixpkgs",
- "type": "github"
- }
- },
- "nixpkgs_3": {
- "locked": {
- "lastModified": 1767480499,
- "narHash": "sha256-8IQQUorUGiSmFaPnLSo2+T+rjHtiNWc+OAzeHck7N48=",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "30a3c519afcf3f99e2c6df3b359aec5692054d92",
- "type": "github"
- },
- "original": {
- "owner": "NixOS",
- "ref": "nixos-25.11",
- "repo": "nixpkgs",
- "type": "github"
- }
- },
- "nixpkgs_4": {
- "locked": {
- "lastModified": 1767767207,
- "narHash": "sha256-Mj3d3PfwltLmukFal5i3fFt27L6NiKXdBezC1EBuZs4=",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "5912c1772a44e31bf1c63c0390b90501e5026886",
- "type": "github"
- },
- "original": {
- "owner": "NixOS",
- "ref": "nixos-unstable",
- "repo": "nixpkgs",
- "type": "github"
- }
- },
- "nixpkgs_5": {
- "locked": {
- "lastModified": 1767026758,
- "narHash": "sha256-7fsac/f7nh/VaKJ/qm3I338+wAJa/3J57cOGpXi0Sbg=",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "346dd96ad74dc4457a9db9de4f4f57dab2e5731d",
- "type": "github"
- },
- "original": {
- "owner": "NixOS",
- "ref": "nixpkgs-unstable",
- "repo": "nixpkgs",
- "type": "github"
- }
- },
- "nixvim": {
- "inputs": {
- "flake-parts": "flake-parts",
- "nixpkgs": "nixpkgs_5",
- "systems": "systems_3"
- },
- "locked": {
- "lastModified": 1767608728,
- "narHash": "sha256-kmSJCTgrx+BxgqQOTPHAOkohvO+lbRsPWqu+PSPcz3I=",
- "owner": "nix-community",
- "repo": "nixvim",
- "rev": "851399eebd0fb383d2fd76269d859f16021dc7a8",
- "type": "github"
- },
- "original": {
- "owner": "nix-community",
- "repo": "nixvim",
- "type": "github"
- }
- },
- "oldNixpkgs": {
- "locked": {
- "lastModified": 1727619874,
- "narHash": "sha256-a4Jcd+vjQAzF675/7B1LN3U2ay22jfDAVA8pOml5J/0=",
- "owner": "nixos",
- "repo": "nixpkgs",
- "rev": "6710d0dd013f55809648dfb1265b8f85447d30a6",
- "type": "github"
- },
- "original": {
- "owner": "nixos",
- "ref": "6710d0dd013f55809648dfb1265b8f85447d30a6",
- "repo": "nixpkgs",
- "type": "github"
- }
- },
- "root": {
- "inputs": {
- "agenix": "agenix",
- "btc-clients": "btc-clients",
- "nix-bitcoin": "nix-bitcoin",
- "nixpkgs": "nixpkgs_4",
- "nixpkgs-stable": "nixpkgs-stable",
- "nixvim": "nixvim"
- }
- },
- "systems": {
- "locked": {
- "lastModified": 1681028828,
- "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
- "owner": "nix-systems",
- "repo": "default",
- "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
- "type": "github"
- },
- "original": {
- "owner": "nix-systems",
- "repo": "default",
- "type": "github"
- }
- },
- "systems_2": {
- "locked": {
- "lastModified": 1681028828,
- "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
- "owner": "nix-systems",
- "repo": "default",
- "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
- "type": "github"
- },
- "original": {
- "owner": "nix-systems",
- "repo": "default",
- "type": "github"
- }
- },
- "systems_3": {
- "locked": {
- "lastModified": 1681028828,
- "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
- "owner": "nix-systems",
- "repo": "default",
- "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
- "type": "github"
- },
- "original": {
- "owner": "nix-systems",
- "repo": "default",
- "type": "github"
- }
- }
- },
- "root": "root",
- "version": 7
-}
diff --git a/modules/bitcoinecosystem_1.nix b/modules/bitcoinecosystem_1.nix
deleted file mode 100755
index 7750cdf..0000000
--- a/modules/bitcoinecosystem_1.nix
+++ /dev/null
@@ -1,95 +0,0 @@
-{ config, pkgs, lib, ... }:
-
-{
-
- ## Bitcoind
-
- services.bitcoind = {
- enable = true;
- package = config.nix-bitcoin.pkgs.bitcoind-knots;
- dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Bitcoin_Node";
- txindex = true;
- tor.proxy = true;
- disablewallet = true;
- extraConfig = ''
- peerbloomfilters=1
- server=1
- '';
- };
-
- nix-bitcoin.onionServices.bitcoind.enable = true;
- nix-bitcoin.onionServices.electrs.enable = true;
- nix-bitcoin.onionServices.rtl.enable = true;
-
-
-
- ## Electrs
-
- services.electrs = {
- enable = true;
- tor.enforce = true;
- dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Electrs_Data";
- };
-
-
- ## LND
-
- services.lnd = {
- enable = true;
- tor.enforce = true;
- tor.proxy = true;
- extraConfig = ''
- protocol.option-scid-alias=true
- '';
- };
-
- nix-bitcoin.onionServices.lnd.public = true;
-
-
- ## LNDconnect
-
- services.lnd.lndconnect = {
- enable = true;
- onion = true;
- };
-
-
- ## RTL
-
- services.rtl = {
- enable = true;
- tor.enforce = true;
- port = 3050;
- nightTheme = true;
- nodes = {
- lnd = {
- enable = true;
- };
-
- };
- };
-
-
- ## BTCpayserver
-
- services.btcpayserver = {
- enable = true;
- };
-
- services.btcpayserver.lightningBackend = "lnd";
-
-
- ## System
-
- nix-bitcoin.generateSecrets = true;
-
- nix-bitcoin.nodeinfo.enable = true;
-
- nix-bitcoin.operator = {
- enable = true;
- name = "free";
- };
-
- nix-bitcoin.useVersionLockedPkgs = true;
-
-}
diff --git a/modules/modules_1.nix b/modules/modules_1.nix
deleted file mode 100755
index c4617cb..0000000
--- a/modules/modules_1.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ config, pkgs, lib, ... }:
-
-{
-
- imports = [
-
- ./php.nix
- ./synapse.nix
- ./coturn.nix
- ./bitcoinecosystem.nix
- ./vaultwarden.nix
- ./Sovran_SystemsOS_File_Fixes_And_New_Services.nix
-
- ];
-}