Refactoring

This commit is contained in:
2026-03-09 21:43:40 +00:00
parent 6d89b0c685
commit cb2150362c
14 changed files with 538 additions and 460 deletions

View File

@@ -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";
};
};
};
}