Update README.md
This commit is contained in:
@@ -130,10 +130,6 @@ Facts about the defaults, straight from `configuration.nix` and the modules:
|
||||
- **Firewall on, public sshd off, RDP off, auto-login off.**
|
||||
- **EFI** is mounted with `umask=0077`.
|
||||
- **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`.
|
||||
|
||||
## Backups & Recovery
|
||||
|
||||
Reference in New Issue
Block a user