Same as above, but you don't need to install QEMU. You just need Nix or NixOS. The build command: # notice that we don't need to specify --argstr system aarch64-linux nix-build '<nixpkgs/nixos>' -A config.system.build.sdImage -I nixos-config=./configuration.sdImage.nix \ -...
distro or two as your favorites. Personally, I find it quite difficult to hone in on one distro. Instead, I have several options that I cycle through depending on my needs. For example, I love NixOS' unique (and downright eccentric) nature in my coding-oriented projects, while Pop_OS!
Also using : https://github.com/NixOS/nixos-hardware no thats not the case Are you sure you're familiar with Nix ? I can't help but wonder why all these are for : We won't be able to detect drivers breaking on platforms better than what is already in nixos-hardware especially ...
The game required the package xiv-launcher, available under NixOS' stable repository. The game requires having an account first as you cannot accept ToS via the launcher; instead everything has to be done on the FFXIV website. You can add the package via steam runner options. Without that,...
On NixOS if you are missing text switch to Steam Linux Runtime Custom Proton: Steam Linux Runtime 1.0 Distro:NixOS 24.05 (Uakari) Kernel:6.6.22 RAM:32 GB GPU Driver:NVIDIA 550.67 GPU:NVIDIA GeForce RTX 3070 CPU:AMD Ryzen 7 5800X 8-Core ...
makes an update that renders your Steam Deck unbootable, the Deck will shrug it off and go back to the older, known good version. This gives you a user experience similar to what you get with NixOS or FreeBSD with ZFS boot environments enabled without having to use either of those OS...
I have no idea how to answer this question. I checkhttps://cache.nixos.org/, but it’s just a cute little landing page. It doesn’t tell me anything about anything. I feel like I’m not going to find this in the man pages or anything. So I google. ...
If you like installing different packages and experimental updates, the rollback facility offered by the OS lets you restore NixOS to a stable state in case things go wrong. I'll admit that it's one of the most difficult Linux distributions for beginners, as you'll have to learn the Nix...
I recommend using NixOS on a virtual machine before you replace it as your primary operating system. Here's how.
To install OpenSSH on NixOS, you need to add it to your system configuration and then rebuild the system. 1. Edit yourconfiguration.nixfile using your favorite text editor: $ sudo nano /etc/nixos/configuration.nix 2. Find and uncomment the following line. If it doesn't exist, simply ad...