Stream: nixos

Topic: nixos-unified


view this post on Zulip Srid (Oct 04 2024 at 22:08):

NixOS / nix-darwin and home-manager template all in one:

https://github.com/juspay/nixos-unified-template

view this post on Zulip Nikhil Singh (Jun 21 2025 at 09:54):

flake.config.me is a toplevel flake option, this is being passed by nixos-unified via specialArgs.
how can i change the value for specific darwin host machine?

i tried _module.specialArgs.flake.config.me.username = "tada"; but this throws a random error for maintainer.nix not avaialable.
how can i override toplevel value from inside a module?how can i override toplevel value from inside a module?

info:
trying to do the _module.specialArgs.flake.config.me.username = "tada";
inf configurations/darwin/<machine>.nix.
so that the modules imported by <machine> have the changed value.


Last updated: Jun 24 2025 at 13:21 UTC