diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2023-10-05 01:00:40 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2023-10-06 00:10:34 +0200 |
commit | f8df6790bb82a00b3900c6066595b5d62c63ee75 (patch) | |
tree | 799ddf7560bcb676b0231b152c259a1043b65977 /systems/eldiron/websites | |
parent | 877f7bf7a17f44bd17dd1f0bbfd88abdab67ad72 (diff) | |
download | Nix-f8df6790bb82a00b3900c6066595b5d62c63ee75.tar.gz Nix-f8df6790bb82a00b3900c6066595b5d62c63ee75.tar.zst Nix-f8df6790bb82a00b3900c6066595b5d62c63ee75.zip |
Remove unused flakes
Diffstat (limited to 'systems/eldiron/websites')
-rw-r--r-- | systems/eldiron/websites/tools/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/systems/eldiron/websites/tools/default.nix b/systems/eldiron/websites/tools/default.nix index 4d9e3c1..397b644 100644 --- a/systems/eldiron/websites/tools/default.nix +++ b/systems/eldiron/websites/tools/default.nix | |||
@@ -383,6 +383,11 @@ in { | |||
383 | paths = [ config.secrets.fullPaths."mpd" ]; | 383 | paths = [ config.secrets.fullPaths."mpd" ]; |
384 | }; | 384 | }; |
385 | 385 | ||
386 | services.paste = { | ||
387 | enable = true; | ||
388 | webDirectory = "/paste"; | ||
389 | }; | ||
390 | |||
386 | services.phpfpm.pools = { | 391 | services.phpfpm.pools = { |
387 | tools = { | 392 | tools = { |
388 | user = "wwwrun"; | 393 | user = "wwwrun"; |