summary refs log tree commit diff stats
path: root/configuration.nix (follow)
Commit message (Collapse)AuthorAge
* Flake: Changed the configuration to a flakeene2023-02-04
| | | | Nix flakes make a lot of things very easy.
* Fix: Resolve merge conflictsene2023-01-21
|
* Merge branch 'server1' into server1_userssils2023-01-20
|\
| * Revert "Fix: revert changes in configuration.nix"sils2023-01-20
| | | | | | | | This reverts commit 5a137ce8b8f4b1dcfee03d001938c0fa25df842f.
| * Merge branch 'server1' into server1_sshsils2023-01-20
| |\
| * | Fix: revert changes in configuration.nixsils2023-01-20
| | | | | | | | | | | | resolve conflicts with target branch
| * | 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
* | | Merge branch 'server1' into server1_userssils2023-01-20
|\ \ \ | | |/ | |/|
| * | Feat: Added a nice motd through rust-motdene2023-01-17
| |/ | | | | | | I'm not sure if this is really helpful
* / Feat: User configuration, with secure passwordsene2023-01-19
|/ | | | | | | The passwords will be stored in a specific password file, which because it isn't part of this repository is secure. Refs: #9
* 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