modified: common/configuration.nix
This commit is contained in:
@@ -51,11 +51,6 @@ users.users.root = {
|
|||||||
|
|
||||||
nix.settings.experimental-features = "nix-command flakes";
|
nix.settings.experimental-features = "nix-command flakes";
|
||||||
|
|
||||||
services.gnome.gnome-keyring.enable = true;
|
|
||||||
security.pam.services.login.enableGnomeKeyring = true;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
substituters = [
|
substituters = [
|
||||||
"http://nix-cache"
|
"http://nix-cache"
|
||||||
@@ -70,9 +65,9 @@ nix.settings = {
|
|||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.git.override { withLibsecret = true; };
|
package = pkgs.git;
|
||||||
config = {
|
config = {
|
||||||
credential.helper = "/run/current-system/sw/bin/git-credential-libsecret";
|
credential.helper = "store";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user