[pi4] Added gnome-keyring for keys

This commit is contained in:
Martin Berg Alstad 2025-04-16 21:17:25 +00:00
parent 244a029d70
commit 8244fe8927
Signed by: martials
GPG Key ID: E3FA0E995C0D0E5E

View File

@ -7,5 +7,8 @@
enable = true; enable = true;
enableSSHSupport = true; enableSSHSupport = true;
}; };
services.pcscd.enable = true; services = {
pcscd.enable = true;
gnome.gnome-keyring.enable = true;
};
} }