about summary refs log tree commit diff
path: root/hosts/aptos/services.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/aptos/services.nix')
-rw-r--r--hosts/aptos/services.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/aptos/services.nix b/hosts/aptos/services.nix
index ab8efe5..1886ca7 100644
--- a/hosts/aptos/services.nix
+++ b/hosts/aptos/services.nix
@@ -1,6 +1,7 @@
 { config, ... }:
 let secrets = config.age.secrets;
-in {
+in
+{
   my.services = {
     # monitors and controls temperature
     thermald.enable = true;