my nixos flake :3 (git.koi.rip mirror) git.koi.rip/koi/flake
nixos catppuccin linux dotfiles neovim
0

Configure Feed

Select the types of activity you want to include in your feed.

seber: init murmur

june (Jun 5, 2026, 6:54 PM +0200) eaaf1d99 eb5f2e4b

+11
+1
systems/seber/services/default.nix
··· 4 4 ./beszel-hub.nix 5 5 ./website.nix 6 6 ./junesite.nix 7 + ./murmur.nix 7 8 ./lebel.nix 8 9 ./mimi.nix 9 10 ./robin.nix
+10
systems/seber/services/murmur.nix
··· 1 + { 2 + services.murmur = { 3 + enable = true; 4 + allowHtml = false; 5 + port = 64738; 6 + hostName = "100.102.144.46"; 7 + registerName = "ebil club >:3"; 8 + welcometext = "meow~"; 9 + }; 10 + }