nixos
nixos copied to clipboard
OBSOLETE (go to NixOS/nixpkgs) - NixOS, a Linux distribution based on the Nix package manager - OBSOLETE (go to NixOS/nixpkgs)
Please use https://github.com/NixOS/nixpkgs
First, this only affects btrfs fs to be mounted by systemd, thus, stage 2. As current nixos master, only one block device can be told to be waited for. In...
Tends to happen after big (systemd) upgrades.
Basically, extraUsers are not created until after openssh authorized_keys have been updated. For users that rely on createHome to get their home directories, this means a single-step deployment breaks and...
If I add `"zfs"` to `boot.initrd.supportedFilesystems` and run `nixos-rebuild switch`, I get a build failure ending in: ``` patching /nix/store/c3ayb2s6imrd2vn3xrmj4x58qzhb9l8r-extra-utils/bin/udevadm... patching /nix/store/c3ayb2s6imrd2vn3xrmj4x58qzhb9l8r-extra-utils/bin/v4l_id... testing patched programs... hello world BusyBox v1.20.2 (2013-05-23...
When nixos.org is down and "nix-collect-garbage -d" is used, "nixos-rebuild switch" will fail to work even when doing minor configuration changes such as removing a package from environment.systemPackages. It seems...
If a NixOS option has a value that doesn't match the type of the option, you get a giant stack trace that is pretty hard to read and obscures the...
On bad connections, loading a single big file in one go is a non-starter. That's why curl has option -C for continue/resume, and other tools have similar options. Nix should...
Currently this doesn't work in a systemd service: ``` environment.FOO = "abc def"; ``` This is because systemd treats spaces as separators between variables.