feat: add automatic timezone daemon to laptop module
This commit is contained in:
7
modules/common/features/laptop.nix
Normal file
7
modules/common/features/laptop.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }: {
|
||||
flake.nixosModules.commonFeatureLaptop = { ... }: {
|
||||
services.upower.enable = true;
|
||||
services.logind.settings.Login.HandlePowerKey = "ignore";
|
||||
services.automatic-timezoned.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user