-
### Are you following the right branch?
- [X] My Nixpkgs and Home Manager versions are in sync
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue descript…
-
### Are you following the right branch?
- [X] My Nixpkgs and Home Manager versions are in sync
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue descript…
-
I encountered an error while trying to use autofirma-nix both with `nix run` and when importing it into my NixOS flake to use it as a NixOS module. The error I get is the same in both cases. When I ru…
-
A number of NixOS options allow a user to specify a file instead of writing one as a nix expression for configuration, e.g. ```services.usbguard.ruleFile```, ```security.pki.certificateFiles```, etc. …
-
For the vast majority of simple installs, the steps are usually:
- Format/partition disk (if needed)
- ask: FS type (ext4, zfs, btrfs, etc)
- ask: Swap y/n? If yes, how much?
- ask: Encryp…
-
This tracking issue is an outline of tutorials we want to present on nix.dev, originally designed in the [2023 documentation project "Learning Journey"](https://github.com/NixOS/nix.dev/blob/a2c8326dc…
-
# Here are my config files:
## /etc/nixos/configuration.nix
> The same to [this part](https://github.com/an-anime-team/an-anime-game-launcher/wiki/Installation#installation)
```nix
{ config, pkgs,…
-
I set up a GitHub actions that deploys to my virtual machines running in digital ocean, this has been running fine over the past couple of months until a few days ago when the 1.8 Version of Morph was…
-
I built a qcow image and now /etc/nixos/configuration.nix doesn't exist doesn't exist
any clue how to make it exists by default on the resulting image
also
executing nix-shell doesn't work
```
…
-
**Describe the bug**
When mixing package sources (devenv pkgs and nixpkgs-stable) the following test fails:
**To reproduce**
For the configuration below, run `devenv test`.
`devenv.nix`:
…