feat: add automatic timezone daemon to laptop module
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
self.nixosModules.commonUnstablePkgsOverlay
|
||||
|
||||
self.nixosModules.commonFeatureLaptop
|
||||
|
||||
self.nixosModules.commonFeatureEmail
|
||||
self.nixosModules.commonFeatureFont
|
||||
self.nixosModules.commonFeatureLocale
|
||||
@@ -39,9 +41,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
services.upower.enable = true;
|
||||
services.logind.settings.Login.HandlePowerKey = "ignore";
|
||||
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [
|
||||
@@ -143,8 +142,6 @@
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
|
||||
time.timeZone = "America/New_York";
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
|
||||
Reference in New Issue
Block a user