about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/profiles/server.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/hosts/profiles/server.nix b/hosts/profiles/server.nix
index 667b828..0029d03 100644
--- a/hosts/profiles/server.nix
+++ b/hosts/profiles/server.nix
@@ -1,7 +1,5 @@
-o{ config, pkgs, lib, ... }:
+{ config, pkgs, lib, ... }:
 
 {
-  imports = [
-    ../common/server/monitoring.nix
-  ];
+  imports = [ ../common/server/monitoring.nix ];
 }