diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-20 00:49:20 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-20 00:49:20 -0700 |
| commit | 070a98e56367a8414d6844438f5cc091cc10effb (patch) | |
| tree | 5696651260ebdb083541c5b05a1ac6b6357af97b /nix/modules/murmur.nix | |
| parent | eadddb3c872cba3edd674424fadc959bf00b721f (diff) | |
new flake lock
Diffstat (limited to 'nix/modules/murmur.nix')
| -rw-r--r-- | nix/modules/murmur.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/modules/murmur.nix b/nix/modules/murmur.nix index b809fc7..f2dd124 100644 --- a/nix/modules/murmur.nix +++ b/nix/modules/murmur.nix @@ -2,7 +2,6 @@ { services.murmur = { enable = lib.mkDefault config.monorepo.profiles.server.enable; - logFile = "/var/log/murmur.log"; openFirewall = true; hostName = "0.0.0.0"; welcometext = "Wecome to the Null Murmur instance!"; |
