up
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
pkgs,
|
||||
hostname,
|
||||
user,
|
||||
hostMeta,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
@@ -124,6 +123,6 @@
|
||||
};
|
||||
|
||||
home-manager.users.${user} = {
|
||||
programs.git.userEmail = hostMeta.email;
|
||||
programs.git.userEmail = "christoph@schmatzler.com";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user