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
|
## Prepare
|
||||||
|
|
||||||
Copy `/etc/ssh/ssh_host_ed25519_key.pub` into [secrets](./secrets/secrets.nix)
|
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
|
and rekey the secrets via [agenix][agenix], you could also just execute
|
||||||
execute the commands below.
|
`ssh-keyscan ip_or_fqdn` to fetch the current public keys. After pushing the
|
||||||
|
rekeyed secrets execute the commands below.
|
||||||
|
|
||||||
## Desktops
|
## Desktops
|
||||||
|
|
||||||
|
@ -19,8 +19,6 @@ in
|
|||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
temurin-bin-8
|
|
||||||
temurin-bin-17
|
|
||||||
mcrcon
|
mcrcon
|
||||||
packwiz
|
packwiz
|
||||||
ferium
|
ferium
|
||||||
|
Loading…
Reference in New Issue
Block a user