Skip to content

Commit

Permalink
nixos/pantheon: Get rid of gsignond
Browse files Browse the repository at this point in the history
This is not needed with switchboard-plug-onlineaccount 6.0.0.
  • Loading branch information
bobby285271 committed Nov 23, 2024
1 parent 808660d commit 7c1b684
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion nixos/modules/services/desktops/gsignond.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let
in
{

meta.maintainers = lib.teams.pantheon.members;
meta.maintainers = [ ];

###### interface

Expand Down
2 changes: 0 additions & 2 deletions nixos/modules/services/x11/desktop-managers/pantheon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ in
services.gnome.gnome-keyring.enable = true;
services.gvfs.enable = true;
services.gnome.rygel.enable = mkDefault true;
services.gsignond.enable = mkDefault true;
services.gsignond.plugins = with pkgs.gsignondPlugins; [ lastfm mail oauth ];
services.udisks2.enable = true;
services.upower.enable = config.powerManagement.enable;
services.libinput.enable = mkDefault true;
Expand Down

0 comments on commit 7c1b684

Please sign in to comment.