Skip to content

Commit

Permalink
fix: update systemd stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Suya1671 committed May 22, 2024
1 parent a487cac commit 34b5b51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion systems/modules/wayland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
WLR_DRM_DEVICES = "/dev/dri/card1:/dev/dri/card0";
};
loginShellInit = ''
dbus-update-activation-environment --systemd --all
eval $(ssh-agent)
export GPG_TTY=$TTY
'';
Expand Down
2 changes: 1 addition & 1 deletion users/modules/niri.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ in {
command = [
"sh" "-c"
''
eval $(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh);
eval $(gnome-keyring-daemon -s --components=pkcs11,secrets,ssh);
export SSH_AUTH_SOCK;
''
];
Expand Down

0 comments on commit 34b5b51

Please sign in to comment.