summaryrefslogtreecommitdiff
path: root/nix/modules/honk.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/modules/honk.nix')
-rw-r--r--nix/modules/honk.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/nix/modules/honk.nix b/nix/modules/honk.nix
deleted file mode 100644
index 985a544..0000000
--- a/nix/modules/honk.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ lib, config, ... }:
-{
- services.honk = {
- enable = lib.mkDefault config.monorepo.profiles.server.enable;
- servername = "ret2pop.net";
- username = "ret2pop";
- };
-}