diff options
Diffstat (limited to 'hosts/mercury/nixos.nix')
| -rw-r--r-- | hosts/mercury/nixos.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix index 25b5a91..764f6f5 100644 --- a/hosts/mercury/nixos.nix +++ b/hosts/mercury/nixos.nix @@ -14,6 +14,7 @@ facter.reportPath = ./facter.json; services.dbus.implementation = "broker"; + services.upower.enable = true; environment.defaultPackages = lib.mkForce []; # im not a noob |
