Make necessary changes for 23.05
- Explicitly enable fish - No longer use OpenSSL 1.1 for BURP (decryption now seems to work fine with current OpenSSL) - Move sshd settings to `settings`
This commit is contained in:
parent
ef4ad4da58
commit
d2daab08a1
4 changed files with 8 additions and 3 deletions
|
@ -37,6 +37,8 @@
|
|||
];
|
||||
|
||||
programs.gnupg.agent.pinentryFlavor = "gnome3";
|
||||
services.pcscd.enable = true;
|
||||
services.dbus.packages = [ pkgs.gcr ];
|
||||
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
gnome-photos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue