[Question] Learning NixOS #26
Unanswered
chris-kruining
asked this question in
Q&A
Replies: 2 comments 8 replies
-
Don't know if you noticed this, but you have two entries of |
Beta Was this translation helpful? Give feedback.
2 replies
-
alright, next question. with the config we have for all of our modules, how can I apply my config to multiple users? for example, with my old setup I had also applied zsh with starship for root. but that is missing now, nor is git enabled for root. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am improving my nixos setup by taking a close look at your repo. I've copied a lot of code already, but now my build is failing with
error: attribute 'mapModules' already defined
on rebuild, this error is triggered oninherit (lib.my) mapModules mapModules mapHosts;
in myflake.nix
I do not get why this error is triggering though. I mean nix itself probably already has the function, but it is loaded from
lib.my
right?Do you have any idea what might cause this?
Edit: took me a bit to get pushing to my repo up and running again, so for context; this is what I have thusfar: https://github.com/chris-kruining/.files
Beta Was this translation helpful? Give feedback.
All reactions