refactor(nixos): standardize configuration structures
- Renamed and reorganized configuration keys for consistency (`settings` usage). - Updated Postfix, systemd, and Syncthing configurations to adhere to the standardized format. - Improved maintainability and readability of NixOS configurations.
This commit is contained in:
parent
d7424a4cb6
commit
4386027761
3 changed files with 35 additions and 33 deletions
|
|
@ -64,7 +64,7 @@
|
|||
systemd.targets.hybrid-sleep.enable = false;
|
||||
services.xserver.displayManager.gdm.autoSuspend = false;
|
||||
|
||||
services.logind.lidSwitch = "ignore";
|
||||
services.logind.settings.Login.HandleLidSwitch = "ignore";
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue