

No I didn’t do anything in my config. You can though and it seems like a better less kludgy way to do it, I haven’t done that yet. If I ever figure it out I’ll let you know.
No I didn’t do anything in my config. You can though and it seems like a better less kludgy way to do it, I haven’t done that yet. If I ever figure it out I’ll let you know.
I’m so confused…are those actual butt plugs or weird ass mock christmas tree decorations? Both?…depending on your mood?
lmfao.
uhh, no, I’d love that actually. whatever they hate the most, do it please. if they complain after, double it and repeat until morale improves.
Yeah because if they hate it, it’s probably benefical for us!
People really need to stop giving a fuck about what “businesses” think about political candidates, and anything in general.
It was hilarious when Dee implied that maybe Tipper (Al Gores wife) was into BDSM because she was so up in arms about some lyrics. Al Gore looked like his head was gonna explode.
https://www.ranker.com/list/dee-snyder-speech-parents-music-resource-center/melissa-sartore
Based on the article the server is a woman.
“She made me feel very uncomfortable,” Mudra said. “After that, I just don’t like going in public bathrooms. I just hold it in. … I want to be able to use the bathroom in peace.”
Afterwards, and it wasn’t shown on TV, in the presidential bathroom Tim apple got on his knees and sucked trumps cock. He even tickled his balls with his tongue.
Yeah I thought it sucked ass too. Supposedly the second and third books are better.
What a dumb fuck (among a lot of over bad things).
Looks like she gets a lot of free bus tickets.
I wonder which is saltier, oil companies or the batteries.
Nah she’ll always be willies to me because that’s what she gives me.
The Child Rapist League.
She’ll go on tour with the side talkers daughter when she runs for prez.
He did nazi her coming.
Yes it’s decentralized and very hard to stop to parties from making a crypto transaction. But what about cases where you need to convert your crypto to say euros because the person/business you need to pay doesn’t accept crypto? Don’t you need an exchange for that?
How easy/ widely accepted is it to pay for things using crypto (gas, rent, mortgage etc.)?
The point I was trying to make is that if paying for stuff in crypto isn’t ubiquitous, it’s far less practical as a form of currency.
I jpst googled it and got these steps (haven’t tried them yet):
To set up a Nix service in your Guix configuration, you need to enable the service in your configuration file, typically located at
/etc/config.scm
. You can refer to the Guix documentation for detailed instructions on how to properly configure and manage services.Step one: Open config file
Step 2: Enable nix service
(use-modules (gnu)) (operating-system ... (services (cons* (service (nix-service) (nix-configuration (nix-channel "https://nixos.org/channels/nixos-23.11")) ) ...)))
Save the file and reconfigure:
sudo guix system reconfigure /etc/config.scm
After reconfiguration, verify that the Nix service is running correctly by checking the service status:
systemctl status nix-daemon
Additional Notes:
Ensure you are using the latest stable version of Guix to avoid compatibility issues.
If you encounter any problems, consult the Guix documentation for troubleshooting tips.
The Nix service allows you to use Nix packages alongside Guix, providing flexibility in package management.
Hope this helps!