is there a way to use desktop for compiling #177
-
building the kernel takes forever how can i off load this to my desktop ? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
I don’t believe so |
Beta Was this translation helpful? Give feedback.
-
Yes there is. There are a couple ways to achieve this. I won't go into details since I don't have the time, but here's some resources to start looking into it: Using Nix distributed builds
Or using (From man nixos-rebuild)
|
Beta Was this translation helpful? Give feedback.
-
I'm going to convert this to a discussion, as this isn't really an issue. |
Beta Was this translation helpful? Give feedback.
-
cool ima try it out thanks |
Beta Was this translation helpful? Give feedback.
-
this might be worth mentioning in the docs, thank again the build is so much faster now also im not worrying about temps |
Beta Was this translation helpful? Give feedback.
Yes there is. There are a couple ways to achieve this. I won't go into details since I don't have the time, but here's some resources to start looking into it:
Using Nix distributed builds
Or using
nixos-rebuild --build-host
(From man nixos-rebuild)