up
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
user,
|
||||
...
|
||||
}: {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
pkgs,
|
||||
hostname,
|
||||
user,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
@@ -41,4 +42,8 @@
|
||||
hostName = hostname;
|
||||
useDHCP = true;
|
||||
};
|
||||
|
||||
home-manager.users.${user} = {
|
||||
programs.git.userEmail = "christoph@schmatzler.com";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user