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
/
odo
/
wrapped-disk-config.nix
8 lines
95 B
Nix
Raw
Normal View
History
Unescape
Escape
Add a role for mounting the nix store over 9pfs. This is useful for virtual machines since we can have a persistent /nix/store on the host machine.
2025-05-10 16:57:19 -04:00
{
config
,
lib
,
.
.
.
}
:
Restructure flake.nix for a simpler config for building different images off the same NixOS config.
2025-10-11 00:08:02 -04:00
lib
.
mkIf
(
!
config
.
me
.
buildingPortable
)
(
import
./disk-config.nix
)
Reference in New Issue
Copy Permalink