diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/profiles/server.nix | 6 |
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 ]; } |