diff options
Diffstat (limited to 'nix/modules/honk.nix')
| -rw-r--r-- | nix/modules/honk.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/honk.nix b/nix/modules/honk.nix index b13a9dc..985a544 100644 --- a/nix/modules/honk.nix +++ b/nix/modules/honk.nix @@ -1,7 +1,7 @@ { lib, config, ... }: { services.honk = { - enable = config.monorepo.vars.ttyonly; + enable = lib.mkDefault config.monorepo.profiles.server.enable; servername = "ret2pop.net"; username = "ret2pop"; }; |
