Update README.md

This commit is contained in:
Sovran Systems
2026-05-23 15:42:59 -05:00
parent 2388039b63
commit d574f96379
+2 -15
View File
@@ -2,21 +2,16 @@
<img src="iso/assets/sovran-hub-icon.svg" alt="Sovran Systems" width="160" /> <img src="iso/assets/sovran-hub-icon.svg" alt="Sovran Systems" width="160" />
# Sovran_SystemsOS — Internal Mirror # Sovran_SystemsOS
Private development mirror of **Sovran_SystemsOS**.
Canonical source lives on Gitea — this repo is for internal work only.
`Base Development` · NixOS Flake · AGPL-3.0 `Base Development` · NixOS Flake · AGPL-3.0
[Canonical source (Gitea)](https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS) · [Public site](https://sovransystems.com) [Sovran Systems](https://sovransystems.com)
</div> </div>
--- ---
> **Heads up:** This repo is private. End users never see it. Public docs, build instructions, and marketing copy live on the website and on Gitea — do not duplicate them here. This README is for internal contributors.
## Table of Contents ## Table of Contents
1. [What This Repo Is](#what-this-repo-is) 1. [What This Repo Is](#what-this-repo-is)
@@ -135,10 +130,6 @@ Facts about the defaults, straight from `configuration.nix` and the modules:
- **Firewall on, public sshd off, RDP off, auto-login off.** - **Firewall on, public sshd off, RDP off, auto-login off.**
- **EFI** is mounted with `umask=0077`. - **EFI** is mounted with `umask=0077`.
- **Kernel surface trimmed.** `boot.blacklistedKernelModules = [ "rxrpc" ];` - **Kernel surface trimmed.** `boot.blacklistedKernelModules = [ "rxrpc" ];`
- **Emergency mode disabled** (`systemd.enableEmergencyMode = false`).
- **GNOME Keyring** wired into PAM (`gdm-password`, `gdm-autologin`); the keyring file is declaratively created with `0600` perms via `systemd.tmpfiles`.
- **PostgreSQL** is local-only (`local trust`, `127.0.0.1/32 trust`, `::1/128 trust`). Not exposed to the network.
- **Secrets** are materialized through `modules/credentials.nix` and `nix-bitcoin-secrets` (`/etc/nix-bitcoin-secrets/`, included in backups).
- **Weekly garbage collection** with `--delete-older-than 7d`. - **Weekly garbage collection** with `--delete-older-than 7d`.
## Backups & Recovery ## Backups & Recovery
@@ -161,7 +152,3 @@ The second drive is mounted by label (`BTCEcoandBackup`) with `nofail` so a miss
## License ## License
Licensed under the **GNU Affero General Public License v3.0** — see [`LICENSE`](./LICENSE). Licensed under the **GNU Affero General Public License v3.0** — see [`LICENSE`](./LICENSE).
---
<sub>Internal mirror. Public copy lives on Gitea.</sub>