Refactoring
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ impermanence, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
boot = {
|
||||
@@ -50,5 +50,13 @@
|
||||
bootspec.enable = true;
|
||||
resumeDevice = "/dev/disk/by-partlabel/disk-stationette-root";
|
||||
};
|
||||
|
||||
systemd = {
|
||||
settings = {
|
||||
Manager = {
|
||||
DefaultTimeoutStopSec = "5s";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user