added some git config
This commit is contained in:
@@ -47,10 +47,13 @@ in
|
||||
useGlobalPkgs = true;
|
||||
users.appdaemon = { pkgs, ... }: {
|
||||
home.stateVersion = stateVersion;
|
||||
programs.ssh.enable = true;
|
||||
home.packages = [
|
||||
unstable.uv
|
||||
];
|
||||
programs = {
|
||||
ssh.enable = true;
|
||||
git.extraConfig.credential.helper = "store --file ~/.git-credentials";
|
||||
};
|
||||
};
|
||||
};
|
||||
system.stateVersion = stateVersion;
|
||||
|
||||
Reference in New Issue
Block a user