Fixed erroneous non-function call in list

master
Sven Slootweg 7 years ago
parent a140780ccd
commit a67f620b82

@ -23,7 +23,7 @@
pastebinStream = (import ../applications/pastebin-stream.nix); pastebinStream = (import ../applications/pastebin-stream.nix);
in { in {
imports = [ imports = [
pastebinStream args (pastebinStream args)
]; ];
services.caddy = { services.caddy = {

Loading…
Cancel
Save