diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:49:53 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:49:53 -0700 |
commit | f61e0fe45e4f237828df01ee3bacf4bae78fdcf0 (patch) | |
tree | 986fcf274ee755313a35431781acc0a646fe0700 /hosts/profiles/server.nix | |
parent | refactor traefik (diff) | |
download | world-f61e0fe45e4f237828df01ee3bacf4bae78fdcf0.tar.gz |
refactor transmission and metrics-exporter
Diffstat (limited to 'hosts/profiles/server.nix')
-rw-r--r-- | hosts/profiles/server.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/profiles/server.nix b/hosts/profiles/server.nix deleted file mode 100644 index 0029d03..0000000 --- a/hosts/profiles/server.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ config, pkgs, lib, ... }: - -{ - imports = [ ../common/server/monitoring.nix ]; -} |