System: Reenable gnome-keyring for nextcloud
This commit is contained in:
@ -12,7 +12,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
modifications = final: prev: rec {
|
modifications = final: prev: rec {
|
||||||
# dconf-editor-wrapped = import ./dconf-editor.nix { inherit final prev; }; # Only kept as an example, has nothing to do with current dconf-editor-wrapped derivation
|
# Only kept as an example, has nothing to do with current dconf-editor-wrapped derivation
|
||||||
|
# dconf-editor-wrapped = import ./dconf-editor.nix { inherit final prev; };
|
||||||
# Use dconf-editor.nix: { final, prev }: final.<package>.overrideAttrs (oldAttrs: { ... }) or sth similar
|
# Use dconf-editor.nix: { final, prev }: final.<package>.overrideAttrs (oldAttrs: { ... }) or sth similar
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
@ -359,6 +359,7 @@ with mylib.networking; {
|
|||||||
"networkmanager"
|
"networkmanager"
|
||||||
"wheel"
|
"wheel"
|
||||||
"audio"
|
"audio"
|
||||||
|
"video"
|
||||||
"pipewire"
|
"pipewire"
|
||||||
"realtime"
|
"realtime"
|
||||||
"gamemode"
|
"gamemode"
|
||||||
@ -515,8 +516,8 @@ with mylib.networking; {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
gnome.gnome-keyring.enable = false; # TODO: Do apps require this?
|
gnome.gnome-keyring.enable = true; # Apps (e.g. nextcloud) require this
|
||||||
gnome.gcr-ssh-agent.enable = false;
|
gnome.gcr-ssh-agent.enable = false; # TODO: Use this instead of ssh.startAgent?
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
|
Reference in New Issue
Block a user