summary refs log tree commit diff stats
path: root/configuration.nix (follow)
Commit message (Collapse)AuthorAge
* Sec: Persistent ssh host keysene2023-01-17
| | | | | | | | | | I changed the valid ssh-host-keys from both rsa and ed25519 to only ed25519 and moved them to `/srv/ssh` to make them persistent. In addition to that, I also increased the rounds for the ed25519 key to 1000. This fixes the ssh-host-key issue introduced by pull request #5. Fixes: #5
* Fix: Import Minecraft Configurationsils2023-01-15
|
* Feat: Some security for sshene2023-01-07
| | | | | Yes, root login is in itself a bad thing, but reducing the attack surface somewhat should be a good first step to a bright future.
* Format: First formatting with Alejandraene2023-01-07
| | | | | | | | | This marks the beginning of a clean git commit history. This is because of two changes: * Usage of conventional-commits (https://www.conventionalcommits.org/en/v1.0.0/). * Consistent formatting of the code base to reduce diff footprints. The choice of Alejandra as auto-formatter is obviously not final.
* some people lose keyssils2023-01-07
|
* modularize packagessils2023-01-06
|
* Initial CommitSystem administrator2023-01-06