I used to use an old consumer Yoga, and now a new ThinkPad. Some say it’s the wrong way around, I say I want more than 2 cores and 8GiB of RAM. (Un-)Fortunately, I got hooked on the Nix and Tiling-WM drugs quite soon, and so there wasn’t a lot of distrohopping.
libewa
Mit Nix wäre das nicht passiert!
- 3 Posts
- 21 Comments
Not Linux, and of course the perfect OS.
You should try it, to get a taste of what is possible, then learn what to do, and maybe even stay. But it’s not for beginners, the terminal-phobic, or people that rarely use their PC.
It doesn’t need fiddling, but it invites you to do so. And the default setup is hardly a best practice: swap on a partition, no FDE, no zram… missing FDE in particular will require you to reinstall, and you better have found out how to do proper backups including metadata.
libewa@feddit.orgto
Linux@lemmy.ml•Any ideas what to add to my list of NixOS things to do?Deutsch
3·21 days ago
How do I do that with the SSD cache? Everyone just talks about it, but I can’t find any documentation…
I have them at home and as such don‘t need to spend money on them.
Follow up question: Do I need a separate CPU cooler, or is the boxed Wraith enough? And how loud is it? I can’t really find info on that.
The NAS drives are here because they are from an old NAS which only uses a cheap dual-core Intel, has 2G of RAM, and boots from eMMC. So anything would be an upgrade…
Nix is absolutely not just for CI, the idea is to use it locally as well, so the CI runs in the same environment.
Note that any user listed in
nix.settings.trusted-userscan place arbitrary directories into the Nix store, and can choose the store key.
libewa@feddit.orgto
Linux@lemmy.ml•Linux desktop use spikes to over 10% in North America for the first time. There is also a corresponding drop in Windows and OSX use.
8·22 days agoI‘d have to rewatch the video, but he used Pop!_OS (with COSMIC) at first, and iirc he switched midway because it was so broken. Elijah used Bazzite, and Luke used CachyOS.
libewa@feddit.orgto
Linux@lemmy.ml•Linux desktop use spikes to over 10% in North America for the first time. There is also a corresponding drop in Windows and OSX use.
10·22 days agoLTT did another Linux challenge recently, and this time their verdict was that they‘d all be staying on Linux for their personal PCs (with FakeLinus dual booting Windows, because he needs software there for his job). They did also say that most of their videos will still show Windows, as that is still the primary target of the manufacturers that send them the press kits.
libewa@feddit.orgOPto
Nix / NixOS@programming.dev•Running nix on an IPv6-only host fails to instantiate `nuggets` and `jekyll-tagging`.English
1·23 days agoWhat do I do now? For GitHub, there‘s gh-v6.com, is there anything similar for RubyGems?
libewa@feddit.orgto
Selfhosted@lemmy.world•Unlocking LUKS with NitroKey/Yubikey: FIDO2, HMAC-SHA1, or OpenPGP?English
4·23 days agoI personally use a TPM with Measured Boot (so it doesn‘t give the key to external disks), and have a YubiKey and password as fallback options.
“Run Level 2 because Level 1 is not permitted to fix anything.” “You don’t want to run Level 4”
It stores one of the keys to my LUKS volume.
I don’t think so, or why would it happen to be sorted exactly by length? And systemd-vconsole-setup.service definitely starts before
NetworkManager-wait-online.service…
The
nixos-unstablechannel actually does ensure a minimum set of required packages work: Those that would prevent you from booting. The compiling-from-source is because Hydra (the binary cache) only starts building once a package appears innixpkgs-unstable, and if it immediately proceeds intonixos-unstable, or one of its dependencies is different there, that build won’t be finished yet.release-and versionednixos-don’t have that problem, as they have a merge freeze, and are mostly fast-forwarded along unstable.What would be good is a mechanism for Hydra to tell you “I tried to build this derivation, and it failed.” For this, Nix first needs to store build failure, and since store paths are input-addressed by default, you can also skip builds that will certainly still fail.