-
**Describe the bug**
When booting a NixOS config with an inessential LUKS disk, the boot will fail if the disk is not present. Attempting to continue the boot will cause a kernel panic due to `init` …
-
### Describe the bug
Kernel modules needed to mount filesystems with type "auto" can be missing in systemd-based initrd.
### Steps To Reproduce
Steps to reproduce the behavior:
1. Declare a fi…
-
## Issue description
I tried to build a new vm with `NIXOS_CONFIG=/home/e/kernel-dev.nix nixos-rebuild build-vm-with-bootloader`.
where `/home/e/kernel-dev.nix` is
```
{ config, pkgs, ... }: {…
-
#### Describe the bug
URLs like `https://en.wikipedia.org/wiki/APL_(programming_language)` are silently converted to `https://en.wikipedia.org/wiki/APL_`.
#### Steps to reproduce
1. `archiveb…
-
**Describe the bug**
A clear and concise description of what the bug is.
fcitx-engines.table-other does not work properly
**To Reproduce**
Steps to reproduce the behavior:
Add
```
i18n = {
…
-
Just installed this, looks cool! Just trying to orient myself... where's the `configuration.nix` file? It's not in `/etc/nixos/configuration.nix`...
Also when i run `nixos-rebuild switch` I get the…
-
First apologies for asking a noob question. I am playing around with deploy_nixos w/ DigitalOcean droplets and everything works great so far. I use a templatefile to generate configuration.nix (for IP…
fiksn updated
3 years ago
-
Hello, I hope this is not me making a silly mistake, but when I try to build my flake, it fails, when trying to access the hypr-dynamic-cursors package in my hyprland configuration. Sorry if this is a…
-
**Jami daemon as a service**
In addition to various clients, we currently package jami-daemon, although it's not really usable in it's current form. For one, it doesn't output the binary in the `bi…
-
```
{
description = "Base system";
inputs = {
nixos-generators = {
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs";
};
};
out…