From c46325d82f3a325021811f1be844ba24b0ee5688 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 1 Mar 2026 15:05:36 -0800 Subject: add nice keybindings and options for hyprland; start of rpi-zero --- nix/modules/pantalaimon.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nix/modules/pantalaimon.nix (limited to 'nix/modules/pantalaimon.nix') diff --git a/nix/modules/pantalaimon.nix b/nix/modules/pantalaimon.nix new file mode 100644 index 0000000..e82e50f --- /dev/null +++ b/nix/modules/pantalaimon.nix @@ -0,0 +1,13 @@ +{ lib, config, ... }: +{ + services.pantalaimon-headless = { + instances = { + "nullring" = { + ssl = true; + homeserver = "https://matrix.nullring.xyz"; + listenAddress = "localhost"; + listenPort = 8009; + }; + }; + }; +} -- cgit v1.3