all repos — dotfiles @ 55a74361d288fd5959556da9dd1d0c3b9f65fe15

my *nix dotfiles

hosts/denna: enable pixelfed
Anirudh Oppiliappan x@icyphox.sh
Mon, 10 Jun 2024 10:11:39 +0300
commit

55a74361d288fd5959556da9dd1d0c3b9f65fe15

parent

53cd196c1cea4da75820691eaf1740e7570e0550

1 files changed, 8 insertions(+), 0 deletions(-)

jump to
M hosts/denna/configuration.nixhosts/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";