mirror of
https://github.com/kmein/niveum
synced 2026-03-17 18:41:09 +01:00
zaatar: 25.11
This commit is contained in:
@@ -64,11 +64,9 @@ in {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.logind = {
|
services.logind.settings.Login.HandleLidSwitchDocked = "ignore";
|
||||||
lidSwitch = "ignore";
|
services.logind.settings.Login.HandleLidSwitchExternalPower = "ignore";
|
||||||
lidSwitchDocked = "ignore";
|
services.logind.settings.Login.HandleLidSwitch = "ignore";
|
||||||
lidSwitchExternalPower = "ignore";
|
|
||||||
};
|
|
||||||
|
|
||||||
services.illum.enable = true;
|
services.illum.enable = true;
|
||||||
|
|
||||||
@@ -86,9 +84,6 @@ in {
|
|||||||
pkgs.python3 # for sshuttle
|
pkgs.python3 # for sshuttle
|
||||||
];
|
];
|
||||||
|
|
||||||
# since 22.05 timeout fails?
|
|
||||||
# systemd.services.systemd-networkd-wait-online.enable = false;
|
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "zaatar";
|
hostName = "zaatar";
|
||||||
wireless.interfaces = ["wlp2s0"];
|
wireless.interfaces = ["wlp2s0"];
|
||||||
|
|||||||
Reference in New Issue
Block a user