diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index f3f9fb9..112051d 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -26,6 +26,8 @@ networking.networkmanager.unmanaged = ["enp6s0"]; + security.polkit.enable = true; + # Set your time zone. time.timeZone = "America/New_York";