refreeze

joined 9 months ago
[–] refreeze@lemmy.world 2 points 1 week ago

I quite like Fastmail. It's a bit expensive but the service is very reliable and they have a well established reputation. You can create masked emails using their domain or your own from the web interface.

[–] refreeze@lemmy.world 4 points 3 months ago (1 children)

As of the latest release (21), you can simply install microG on regular LOS and no longer need to install LineageOS for microG since it now includes the necessary signature spoofing support.

[–] refreeze@lemmy.world 3 points 3 months ago

If you don't need the GPIO then buy a small form factor office PC like a Dell Optiplex Micro or a Lenovo/HP equivalent. They cost about the same on the used market, are more performant without the ARM headache and use only marginally more power (maybe 5-10w more at idle).

[–] refreeze@lemmy.world 9 points 3 months ago
[–] refreeze@lemmy.world 10 points 3 months ago* (last edited 3 months ago) (1 children)

Ubuntu -> Arch -> Debian (stable) -> Fedora Silverblue -> NixOS

[–] refreeze@lemmy.world 2 points 4 months ago (1 children)

I'm curious, why do you use LVM with BTRFS and not just use BTRFS built in subvolumes?

[–] refreeze@lemmy.world 3 points 4 months ago (1 children)

btrfs snapshots are still useful on immutable distros to recover accidentally deleted data.

[–] refreeze@lemmy.world 10 points 5 months ago

You will hate Ansible if you are coming from Nix. I went the other way and Nix is 1000x cleaner.

Being able to actually reverse changes is trivial in Nix, but can be a headache in Ansible. Not to mention the advantages of writing in an actual language and not yaml full of template hacks. I personally don't see much future for tools like Ansible, there is considerable inertia working in its favor right now and it is absolutely true that it is widely used, but the future of configuration management is for sure more aligned with how Nix works.

[–] refreeze@lemmy.world 4 points 5 months ago

Similar to my scheme:

laptop = "laptop"
nas = "nas"
router = "router"

Then if there are more than one in each category I use nas-0, nas-1, etc.

[–] refreeze@lemmy.world 3 points 5 months ago (1 children)

Bangle.js watch is probably the closest thing, but I'm not sure how good it is compared to Garmin.

[–] refreeze@lemmy.world 6 points 5 months ago (2 children)

I have used all three! I started with Server then went to CoreOS running Kubernetes and settled on NixOS which I have been very happy with for about a year now. I run about 25-30 services all using built in modules.

Regarding security, if you are using well crafted modules on NixOS, there should be good systemd hardening in place. That being said there is no reason you can't just use containers on NixOS.

I also find deploying NixOS far superior to butane/ignition used by CoreOS/Fedora. I use nixos-anywhere and can deploy my entire server in a few minutes without manual intervention.

[–] refreeze@lemmy.world 80 points 5 months ago (10 children)

I have been reading about this since the news broke and still can't fully wrap my head around how it works. What an impressive level of sophistication.

view more: next ›