voklen

joined 2 years ago
[–] voklen@programming.dev 0 points 11 months ago

Congratulations! I hope you like them.

[–] voklen@programming.dev 16 points 11 months ago* (last edited 11 months ago)

I have NixOS running on mine and I write everything in comments in my configuration.nix. Usually I'll write notes about why I set a certain option above the line where I do it but I also have a section at the start that describes anything to be aware of if I'm moving this configuration to another machine. For example “This assumes a drive is mounted on /mnt/backup0

[–] voklen@programming.dev 0 points 11 months ago (2 children)

I recently got some Akko Rose Reds and I really like how light they feel, thanks for asking. Which switches are in yours?

[–] voklen@programming.dev 0 points 11 months ago (4 children)

Out of curiosity, what switches are in your keyboard?

[–] voklen@programming.dev 1 points 1 year ago

100%. This is exactly why I switched my home server over to NixOS and would struggle to go back. I used to reinstall all the time but now there really isn't any need to, since I can just look at my configuration.nix file and know everything that's installed, running and configured on my system. Whereas using any other distro I'm like WHAT ON EARTH IS RUNNING ON HERE?

[–] voklen@programming.dev 1 points 1 year ago

This week I realised my Mastodon instance was severely out of date because I was using nix flakes and didn't autoupdate but now that's been fixed 😄

[–] voklen@programming.dev 1 points 1 year ago

I'm currently looking to connect an NVMe SSD to a Pi 4 I have in a differences location to finally have proper 3-2-1 backups. I'm trying to find a NVMe to USB adapter that will work though.

 

I've just made a fresh install of LineageOS on my phone but when I open up Aurora store it offers to update "SIM Manager" with the app ID of com.google.android.euicc. Is the source code for this app accessible and should I update it through the Aurora store?

[–] voklen@programming.dev 0 points 2 years ago

In every project I have exactly one line to use tabs:

hard_tabs = true