mirror of
https://github.com/tboerger/nixos-config
synced 2024-11-22 09:11:57 +01:00
fix(minecraft): drop temurin-bin-8/temurin-bin-17 as it's part of prism
This commit is contained in:
parent
4e4e53b919
commit
319b97b685
@ -7,8 +7,9 @@ Provisioning for my NixOS systems based on [Nix][nix].
|
||||
## Prepare
|
||||
|
||||
Copy `/etc/ssh/ssh_host_ed25519_key.pub` into [secrets](./secrets/secrets.nix)
|
||||
and rekey the secrets via [agenix][agenix]. After pushing the rekeyed secrets
|
||||
execute the commands below.
|
||||
and rekey the secrets via [agenix][agenix], you could also just execute
|
||||
`ssh-keyscan ip_or_fqdn` to fetch the current public keys. After pushing the
|
||||
rekeyed secrets execute the commands below.
|
||||
|
||||
## Desktops
|
||||
|
||||
|
@ -19,8 +19,6 @@ in
|
||||
config = mkIf cfg.enable {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
temurin-bin-8
|
||||
temurin-bin-17
|
||||
mcrcon
|
||||
packwiz
|
||||
ferium
|
||||
|
Loading…
Reference in New Issue
Block a user