Compare commits
2 Commits
445b0cd558
...
7c877fde84
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c877fde84 | |||
| d53286e04c |
@@ -14,7 +14,8 @@ in
|
||||
home.packages = [
|
||||
# Communication apps
|
||||
pkgs.element-desktop
|
||||
#pkgs.fluffychat #marked insecure as of nixos 25.05
|
||||
# Re-enabled in 25.11 after security issues were resolved
|
||||
pkgs.fluffychat
|
||||
pkgs.nextcloud-talk-desktop
|
||||
|
||||
# For logging back into google chat
|
||||
|
||||
@@ -15,8 +15,8 @@ in
|
||||
# Emulators
|
||||
dolphin-emu
|
||||
|
||||
# Waiting for 25.11 where the binary build has been fixed
|
||||
#dolphin-emu-primehack
|
||||
# Re-enabled in 25.11 after binary build was fixed
|
||||
dolphin-emu-primehack
|
||||
|
||||
# Experimenting with just using the steam version + downloading
|
||||
# indiviudal cores
|
||||
@@ -30,14 +30,6 @@ in
|
||||
dedicatedServer.openFirewall = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
};
|
||||
|
||||
# TODO: Remove me once dolphin-emu and dolphin-emu-primehack update
|
||||
# dependencies to mbedtls from mbedtls_2 (which is currently)
|
||||
# unmaintained
|
||||
nixpkgs.config.permittedInsecurePackages = [ "mbedtls-2.28.10" ];
|
||||
warnings = [
|
||||
"Using insecure mbedtls-2.28.10 for Dolphin Emu - check for updates regularly"
|
||||
];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user