machine_setup/nix/configuration/hosts/odo/wrapped-disk-config.nix
Tom Alexander e65504b5f3
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 20:47:45 -04:00

9 lines
98 B
Nix

{
config,
lib,
pkgs,
...
}:
lib.mkIf (!config.me.buildingIso) (import ./disk-config.nix)