Mega PR: Update deps, consolidate config, build with nix, gallery fixes, etc. #53
Labels
No Label
art
big
blocked
bug
crash report
disputed
documentation
duplicate
feature request
good first issue
packaging
question
security
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Projects/nettsiden#53
Loading…
Reference in New Issue
No description provided.
Delete Branch "nixify-ng"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1da1785e46
12d878dde4
to89050016d3
@ -0,0 +143,4 @@
config = mkIf cfg.enable (let
# NOTE: This should absolutely not be necessary, but for some reason this file refuses to import
# the toplevel configuration file.
# NOTE: Nvm, don't this this was the problem after all?
This should be fixed in the future, but isn't blocking now
@ -0,0 +244,4 @@
settings = {
"listen.owner" = config.services.nginx.user;
"listen.group" = config.services.nginx.group;
"pm" = mkDefault "ondemand";
Great start, think we can merge this and tweak stuff later
89050016d3
tof1958d9afc