Skip to content

Commit

Permalink
remove webserver from frontend container
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-re-ka committed Jan 18, 2024
1 parent e5e6323 commit ae434e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@
paths = [ fernglas-frontend ];
extraPrefix = "/usr/share/fernglas-frontend";
};
config = {
# FIXME: Remove python webserver and use something better.
Cmd = [ "${python3}/bin/python" "-m" "http.server" "-d" "/usr/share/fernglas-frontend"];
};
}
) { };

Expand Down

0 comments on commit ae434e6

Please sign in to comment.