set systemd shutdown timeout to 7s

This commit is contained in:
Vinzenz Schroeter 2023-09-01 17:36:49 +02:00
parent ae956898d9
commit 930acac8d2
2 changed files with 8 additions and 2 deletions

View file

@ -22,8 +22,10 @@
khelpcenter
];
programs.dconf.enable = true;
programs.partition-manager.enable = true;
programs = {
dconf.enable = true;
partition-manager.enable = true;
};
home-manager.users.vinzenz = {
config,