He sudo on my nixos-rebuild till I switch
0

Configure Feed

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

I don't need this, but it's here anyways

Madeline Hashcube (Apr 11, 2026, 4:54 PM -0500) 03993ef7 f9f12001

+14
+14
modules/services/lirc.nix
··· 1 + { ... }: 2 + 3 + { 4 + services.lirc = { 5 + enable = true; 6 + options = '' 7 + [lircd] 8 + driver = default 9 + device = /dev/null 10 + ''; 11 + configs = [ 12 + ]; 13 + }; 14 + }