-
- I am installing NixOS inside of a corporate environment that terminates TLS. Thus, in order to view a page over HTTPS, a computer has to explicitly trust the corporation's CA.
- Upon booting the in…
-
I've recently noticed the list-generations option for `nixos-rebuild` that outputs a neat table of available generations. Maybe we could implement a `nh os generations` command as a replacement, that …
-
[nixos-generators](https://github.com/nix-community/nixos-generators), something like the following
```nix
{
inputs = {
nixpkgs.url = "nixpkgs/nixos-23.11";
nixos-generators = {
…
-
I recently ran a `nix flake update`, followed by a `nix run ./#build-switch` - and I now seem to be getting an NixOS error regarding the shell configuration?
```
❯ nix run ./#build-switch
warning…
-
### Already reported ? *
- [X] I have searched the existing open and closed issues.
### Regression?
No
### System Info and Version
System/Version info
Using today's latest Nix flake.
```sh
…
-
When I check out the repository and attempt to run the dev server according to the instructions, I get an error that `babel-loader` isn't found.
```
$ env --chdir=frontend nix develop -c yarn dev
…
-
Hi,
I struggled over getting nixos running on ionos vps. I tried nixos-infect, and loading an img with digital-ocean-init.nix too.
My main issue is I needed to rename the hostname. But I wanted to…
RegEM updated
3 weeks ago
-
in order to prevent duplication and hard-coding, it would be nice if we had a way to pass info from TF to the nixos configurations.
before nixos-anywhere i used [teraflops](https://github.com/aande…
-
This is my SSD:
```
03:00.0 Non-Volatile memory controller [0108]: SK hynix Gold P31/BC711/PC711 NVMe Solid State Drive [1c5c:174a] (prog-if 02 [NVM Express])
Subsystem: SK hynix Gold P31/BC711/PC…
-
### Describe the bug
I have `/etc/nixos` symlinked to a directory with my system's NixOs configuration, so I can keep the config on my `/home` filesystem and in a subdirectory of a git repo. This let…