aboutsummaryrefslogtreecommitdiff
path: root/hosts/profiles/server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/profiles/server.nix')
-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 ];
}