flake: update to nixos stable 25.11
This commit is contained in:
parent
ef89338871
commit
432d424167
9 changed files with 46 additions and 43 deletions
|
|
@ -3,9 +3,12 @@
|
|||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "wo2wz";
|
||||
userEmail = "189177184+wo2wz@users.noreply.github.com";
|
||||
extraConfig = {
|
||||
settings = {
|
||||
user = {
|
||||
name = "wo2wz";
|
||||
email = "189177184+wo2wz@users.noreply.github.com";
|
||||
};
|
||||
|
||||
init.defaultBranch = "main";
|
||||
safe.directory = "/etc/nixos";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue