Skip to content

Commit

Permalink
writefreely
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Sep 24, 2024
1 parent c46ab45 commit 7b2a73c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@
systemd.services.ethercalc.serviceConfig.AmbientCapabilities = [ "CAP_NET_BIND_SERVICE" ];
services.ethercalc = {
enable = true;
port = 80;
port = 81;
};

services.writefreely = {
enable = true;
host = "localhost";
};
})
];
Expand Down

0 comments on commit 7b2a73c

Please sign in to comment.