Configure git for auto-upgrade
This commit is contained in:
parent
ae5f23e793
commit
d47d36016a
|
@ -151,6 +151,15 @@ in {
|
||||||
# Trigger out-of-memory process killing earlier
|
# Trigger out-of-memory process killing earlier
|
||||||
services.earlyoom.enable = true;
|
services.earlyoom.enable = true;
|
||||||
|
|
||||||
|
# Configure git for auto-upgrade
|
||||||
|
programs.git = {
|
||||||
|
enable = true;
|
||||||
|
config = {
|
||||||
|
user.email = "akasroua@gmail.com";
|
||||||
|
safe.directory = "/home/coolneng/Projects/panacea";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Import other configuration modules
|
# Import other configuration modules
|
||||||
imports = [
|
imports = [
|
||||||
./modules/hardware-configuration.nix
|
./modules/hardware-configuration.nix
|
||||||
|
|
Loading…
Reference in New Issue