summaryrefslogtreecommitdiff
path: root/config/systemhttpd.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-05-31 18:41:21 -0400
committerKjetil Orbekk <kj@orbekk.com>2022-05-31 18:41:21 -0400
commitbb6123cb78d16302d95d7fee9c452135770ddbc5 (patch)
treea19d2b5618f735e18eed60af90aa086ff00396b2 /config/systemhttpd.nix
parentee88a3fbd5479d71e2ea9edd7ee162f699e574e1 (diff)
Remove old config
Diffstat (limited to 'config/systemhttpd.nix')
-rw-r--r--config/systemhttpd.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/systemhttpd.nix b/config/systemhttpd.nix
index a358717..3dcdb92 100644
--- a/config/systemhttpd.nix
+++ b/config/systemhttpd.nix
@@ -3,8 +3,6 @@ let
port = (import ../data/aliases.nix).services.systemhttpd.port;
in
{
- imports = [ ./orbekk-pkgs.nix ];
-
systemd.services.systemhttpd = {
description = "Web frontend for systemd";
after = [ "networking.target" ];