fix changes for 26.05 update
This commit is contained in:
@@ -211,11 +211,13 @@
|
||||
};
|
||||
|
||||
fileSystems."/export/Pluto" = {
|
||||
fsType = "auto";
|
||||
device = "/mnt/Pluto";
|
||||
options = ["bind"];
|
||||
};
|
||||
|
||||
fileSystems."/export/Mars" = {
|
||||
fsType = "auto";
|
||||
device = "/mnt/Mars";
|
||||
options = ["bind"];
|
||||
};
|
||||
|
||||
@@ -541,9 +541,12 @@ in {
|
||||
|
||||
# ── Laptop ─────────────────────────────────────────────────────────────
|
||||
(lib.mkIf cfg.laptop.enable {
|
||||
systemd.sleep.extraConfig = "HibernateDelaySec=${cfg.laptop.hibernateDelaySec}";
|
||||
services.logind.settings.Login.HandleLidSwitch =
|
||||
cfg.laptop.lidSwitch;
|
||||
systemd.sleep.settings.Sleep = {
|
||||
HibernateDelaySec = cfg.laptop.hibernateDelaySec;
|
||||
};
|
||||
services.logind.settings.Login = {
|
||||
HandleLidSwitch = cfg.laptop.lidSwitch;
|
||||
};
|
||||
})
|
||||
|
||||
# ── Nitrokey ───────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user