fix
This commit is contained in:
@@ -66,7 +66,7 @@
|
|||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
extraSpecialArgs = { inherit inputs; };
|
extraSpecialArgs = { inherit inputs; };
|
||||||
users.root.programs.git = {
|
users.root.programs.git = {
|
||||||
stateVersion = config.stateVersion;
|
home.stateVersion = config.stateVersion;
|
||||||
extraConfig.credential.helper = "store --file ~/.git-credentials";
|
extraConfig.credential.helper = "store --file ~/.git-credentials";
|
||||||
};
|
};
|
||||||
users.${config.user} = {
|
users.${config.user} = {
|
||||||
|
|||||||
Reference in New Issue
Block a user