Fix checks

This commit is contained in:
Fabian Hauser 2025-01-16 14:09:33 +02:00
parent 4dcc8e4d84
commit b3736b1e1d
5 changed files with 9 additions and 13 deletions

View file

@ -20,7 +20,8 @@
"personal-cipher-preferences" = "AES256 AES192 AES CAST5";
"cert-digest-algo" = "SHA512";
"personal-digest-preferences" = "SHA512 SHA384 SHA256 SHA224";
"default-preference-list" = "SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed";
"default-preference-list" =
"SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed";
"display-charset" = "utf-8";
"fixed-list-mode" = true;
"with-fingerprint" = true;
@ -42,7 +43,7 @@
enableScDaemon = true;
enableSshSupport = true;
enableExtraSocket = true;
# TODO: pinentryPackage =
# TODO: pinentryPackage =
extraConfig =
let
pinentryBemenu = pkgs.writeShellApplication {

View file

@ -17,7 +17,7 @@
settings = [
{
position = "top";
#height =
#height =
modules-left = [
"sway/mode"
"sway/workspaces"

View file

@ -57,7 +57,8 @@
libdvbpsi # librtmp
xvidcore
x264
] ++ (with gst_all_1; [
]
++ (with gst_all_1; [
gstreamer
gst-vaapi
gst-rtsp-server