hosts/denna: enable pixelfed
Anirudh Oppiliappan x@icyphox.sh
Mon, 10 Jun 2024 10:11:39 +0300
1 files changed,
8 insertions(+),
0 deletions(-)
jump to
M
hosts/denna/configuration.nix
→
hosts/denna/configuration.nix
@@ -80,6 +80,14 @@ };
}; }; + services.pixelfed = { + enable = true; + domain = "ani.place"; + nginx = { + serverName = ${config.services.pixelfed.domain}; + }; + }; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; system.stateVersion = "24.05";