diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-13 13:45:55 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-13 13:45:55 -0700 |
commit | bcd13091ea34a4fea3211f291e96b47b2ef5f7df (patch) | |
tree | 9bc74a718d00def0b5593cb2650fce604bd7adf9 /hosts/profiles | |
parent | rclone: rewrite the service unit (diff) | |
download | world-bcd13091ea34a4fea3211f291e96b47b2ef5f7df.tar.gz |
server: typo
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 ]; } |