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);
in {
imports = [
pastebinStream args
(pastebinStream args)
];
services.caddy = {

Loading…
Cancel
Save