eneff

@eneff@discuss.tchncs.de
0 Post – 15 Comments
Joined 1 years ago

I've only been using it for about a year, but as of now I can't imagine ever going back to imperative system configuration. Having my infrastructure declared in its entirety by a version controlled code base is just too comfy.

Whatever comes with GNOME/gdm.

export settings on old pc:

dconf dump / > dconf-settings.dump

import on new pc:

cat dconf-settings.dump | dconf load /

2 more...

I really don't like how people most commonly try to justify the monetary cost of their power consumption.

In my opinion the way more important metrics should be how the energy you are consuming is generated and how much carbon emissions are caused by it.

Who cares that your 2000W@230V idle are "free", if that means you are burning crude oil in your backyard to generate it..

1 more...

This should be the option you are looking for.

2 more...

There is Spacebar (formerly Fosscord) aiming to be a drop-in discord-compatible replacement. I'm not sure how usuable it is yet, since I haven't gotten around to try it, but it does look like a promising solution imo.

I use mine everyday.

What address is sshd listening on?

It would need to be able to listen to incoming connections via the VPN's tunnel device. So either 0.0.0.0 (so all addresses) or explicitly on whatever the tunnel's assigned address is, I think.

This could also be a firewall issue, can you share your routing tables?

Glad to help! Just keep in mind that what you're doing there is dumping the entire dconf settings tree and applying it as is. That will include a lot of things you don't want/care about, including state data of certain applications. You should probably sift through the dump file and throw stuff out before loading it again, but I'm sure you'll figure it out.

I'm not saying that cost of power is entirely irrelevant.

I'm saying that "My setup consumes a lot of power, but that's fine because it doesn't cost me much" is kind of backwards. While monetary cost certainly is one of the arguments for energy efficiency, responsibly using resources and avoiding wasting energy are way more compelling ones imo. That especially applies if your energy isn't produced via renewable means.

Even if power was entirely free of monetary cost, you shouldn't waste it, don't you agree?

FYI you can do:

nixos-rebuild switch --flake git+https://yourgithost.com/yourrepo

Lemmy is packaged already, and you can find configuration options here.

kbin is not packaged yet, thus there are no configuration options for it.

There currently is an open issue requesting it to be packaged here.

NixOS! 💪