mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Major update to handle multiple systems
This commit is contained in:
parent
0453901d17
commit
cd1d2d866b
34 changed files with 2040 additions and 456 deletions
|
@ -16,7 +16,9 @@ in {
|
|||
programs.git.userEmail = config.userSettings.email;
|
||||
programs.git.extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
safe.directory = [ osConfig.systemSettings.dotfilesDir (config.home.homeDirectory + "/.cache/nix/tarball-cache") ];
|
||||
safe.directory = [ osConfig.systemSettings.dotfilesDir
|
||||
osConfig.systemSettings.secretsFlakeDir
|
||||
(config.home.homeDirectory + "/.cache/nix/tarball-cache") ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue