This website requires JavaScript.
Explore
Help
Sign In
talexander
/
machine_setup
Watch
1
Star
0
Fork
0
You've already forked machine_setup
Code
Issues
Pull Requests
Releases
Activity
machine_setup
/
nix
/
configuration
/
hosts
/
quark
/
distributed_build.nix
8 lines
80 B
Nix
Raw
Normal View
History
Unescape
Escape
Add Quark to nix config.
2025-04-16 20:36:08 -04:00
{
imports
=
[
]
;
Restructure flake.nix for a simpler config for building different images off the same NixOS config.
2025-10-11 00:08:02 -04:00
config
=
{
me
.
distributed_build
.
enable
=
true
;
}
;
Add Quark to nix config.
2025-04-16 20:36:08 -04:00
}
Reference in New Issue
Copy Permalink