nixos-config icon indicating copy to clipboard operation
nixos-config copied to clipboard

Results 11 nixos-config issues
Sort by recently updated
recently updated
newest added

An example can be found in vipers config https://github.com/viperML/dotfiles/blob/fec02cad1d1fe1e43b4d8273580b0b627f7ecf26/hosts/gen6/configuration.nix#L146

enhancement

Even though it is not perfect it seems to be one of the best abstractions so far,

This prepares nix-darwin and a darwinized HM configuration for a darwin VM in preparation for a proper install on an aarch64-darwin later the year.

Hi @NobbZ! I came across your config from a discussion on NixOS discourse. I hope you don't mind a quick question. I noticed something in your setup that I don't...

https://github.com/NobbZ/nixos-config/blob/1c9e49001151f22bc6303bee3f63dc641ead0895/nixos/configurations/enceladeus.nix#L32-L35

Take a look at how Viper does it: https://github.com/viperML/dotfiles/blob/be4eaa83dddb6f11a2db0034ce2e3a8078c43f88/hosts/hermes/home.nix#L15-L16

Currently the `home.stateVersion` is set in the `home/modules/misc/home/default.nix`, instead it should move to the individual configurations entrypoint.