Nixfiles! :3
0

Configure Feed

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

been stupid

Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

MLC Bloeiman (Jul 15, 2026, 7:06 PM +0200) e179963d bd3b2e42

+2 -1
+2 -1
home/host-specific/Cubchoo.nix
··· 1 1 { pkgs, config, ... }: { 2 2 targets.genericLinux.enable = true; 3 + programs.zsh.shellAliases.watch-temperature = "sudo watch -n 1 \"vcgencmd measure_temp && cat /sys/class/thermal/cooling_device0/cur_state\" "; 3 4 4 5 # Shared network ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5 6 services.podman = { ··· 345 346 # ports = [ "8008:8008" ]; 346 347 image = "matrixdotorg/synapse:latest"; 347 348 environment = { 348 - SYNAPSE_CONFIG_PATH = "SYNAPSE_CONFIG_PATH=/data/homeserver.yaml"; 349 + SYNAPSE_CONFIG_PATH = "/data/homeserver.yaml"; 349 350 }; 350 351 volumes = [ 351 352 "${config.home.homeDirectory}/services/data/matrix/synapse:/data:Z"