calamares-nixos-extensions icon indicating copy to clipboard operation
calamares-nixos-extensions copied to clipboard

NixOS calamares [maintainer=@vlinkz]

Results 14 calamares-nixos-extensions issues
Sort by recently updated
recently updated
newest added

In Calamares v3.3.6 (https://github.com/calamares/calamares/pull/1865), the options item requires an array, and string values are interpreted as characters separated by commas. This results in the string `bind` being passed as `mount...

It is currently not possible to install NixOS using calamares when behind a proxy, even when creating a custom iso with proxy environment variables set. With the proposed changed: If...

`swapon` was executed in both [`mount`](https://github.com/calamares/calamares/blob/48554cf310273455507de11d2a2db0ac0eec63a7/src/modules/mount/main.py#L329) and [`nix`](https://github.com/NixOS/calamares-nixos-extensions/blob/c390551093fab1702d7df25fd39dd5bfce2bd7a0/modules/nixos/main.py#L614) during installation and errored out. ``` 2024-05-21 - 14:50:33 [6]: Starting job "mount" ( 11 / 15 ) 2024-05-21 - 14:50:34 [6]:...

As a newcomer installing the Gnome ISO, one would expect gnome extension to work right away with the "by default" installed firefox. This PR comes after this discussion : https://github.com/NixOS/nixpkgs/issues/300577

### Describe the bug When using the Calamares GUI installer it doesn't seem to be possible to create a proper BTRFS installation with subvolumes. Creating the partitions works fine. But...

Hi, I want to customize the GUI NixOS installation CD by adding a bunch of configuration that should be set by default (e.g. enabling sshd, adding ssh keys). It would...

I would have expected the installer to detect the nvidia GPU and add `services.xserver.videoDrivers = [ "nvidia" ];` somewhere in the generated config. I also did check the "allow unfree...

Hello! I tried to install the 22.11 ARM image to my Pinebook Pro but it looks like bootctl is failing to install the bootloader. I have logs which I'll link...

This pull request addresses #44 by bootstrapping testing and implementing one unit test. Changes: - Add a unit test for the baseline configuration - All mocks are extracted into `conftest.py`...

Is my assumption correct that there are no unit tests for `modules/nixos/main.py`? I think it would have probably been possible to catch the `swapon` bug (#34 fixed in #36) with...