- 2 Posts
- 10 Comments
rutrum@programming.devto
Nix / NixOS@programming.dev•Using fonts in a nix-shell, handy discoveryEnglish
3·1 year agoThis should be added somewhere to wiki.nixos.org. Thank you for sharing
rutrum@programming.devto
Selfhosted@lemmy.world•3-2-1 Backups: How do you do the 1 offsite backup?English
31·1 year agoI use borg backup. It, and another tool called restic, are meant for creating encrypted backups. Further, it can create backups regularly and only backup differences. This means you could take a daily backup without making new copies of your entire library. They also allow you to, as part of compressing and encrypting, make a backup to a remote machine over ssh. I think you should start with either of those.
One provider thats built for being a cloud backup is borgbase. It can be a location you backup a borg (or restic I think) repository. There are others that are made to be easily accessed with these backup tools.
Lastly, I’ll mention that borg handles making a backup, but doesn’t handle the scheduling. Borgmatic is another tool that, given a yml configuration file, will perform the borgbackup commands on a schedule with the defined arguments. You could also use something like systemd/cron to run a schedule.
Personally, I use borgbackup configured in NixOS (which makes the systemd units for making daily backups) and I back up to a different computer in my house and to borgbase. I have 3 copies, 1 cloud and 2 in my home.
rutrum@programming.devto
Emacs@programming.dev•Wikimusic v0.1.6 release - the free music encyclopaediaEnglish
1·1 year agoDeep cut
I enjoy beyond all reason, which is the only flatpak I have in my config XD
It appears the original user changed their github username. The project now lives at https://github.com/in-a-dil-emma/declarative-flatpak
Very exciting! You’re layout looks fine as is. As it grows it might change, but for what you have now its a great schema.
On themes: catppuccin has a dedicated flake for applying the catppuccin style to a lot of different terminal apps and gnome/kde I think. I prefer this over stylix, a general purpose themer, because I want explicit control over which color scheme is enabled on each app. Stylix is cool, but doesnt make it easy (or possible?) to apply different themes to different apps.
Declarative flatpak by
germanbreadin-a-dil-emma is a nice flake. Occassionally theres a flatpak I need that isnt already packaged. This takes care of that. https://github.com/in-a-dil-emma/declarative-flatpakIf you want to work with secrets, look into sops-nix. Vimjoyer on youtube has a great video on how to get it setup.
rutrum@programming.devto
Selfhosted@lemmy.world•MAZANOKE update (image optimizer via browser): Batch upload and downloadEnglish
6·1 year agoYeah, you’re totally right.
All image processing happens locally.
And then it mentions that you can just open the index.html directly, which means it uses clientside javascript or wasm and runs on the browser. You are correct!
On the topic of word choice, you might be right. Save or open might be better.
rutrum@programming.devto
Selfhosted@lemmy.world•MAZANOKE update (image optimizer via browser): Batch upload and downloadEnglish
153·1 year agoJust because its run locally, doesnt mean it still isnt a web server. The software could run anywhere and be accessed over the network. The image optimization happens at the server, so download and upload are more accurate.
Vimjoyer on youtube has very concise and well made videos on nix.
Here’s mine. Probably top 10 /s: https://github.com/rutrum/dots