From bcd13091ea34a4fea3211f291e96b47b2ef5f7df Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 13 Mar 2022 13:45:55 -0700 Subject: server: typo --- hosts/profiles/server.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'hosts/profiles/server.nix') 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 ]; } -- cgit 1.4.1