He sudo on my nixos-rebuild till I switch
0

Configure Feed

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

HP Shit

Madeline Hashcube (Mar 22, 2026, 5:25 PM -0500) 21eaaa1c 18746e67

+4 -1
+4 -1
modules/network/printing.nix
··· 1 - { ... }: 1 + { pkgs, ... }: 2 2 3 3 { 4 4 services.printing = { 5 5 enable = true; 6 + drivers = [ 7 + pkgs.hplipWithPlugin 8 + ]; 6 9 }; 7 10 }