ahuston-0 f9d31cba65
add microvms, and try to set up basics
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-08-06 20:03:51 -04:00

12 lines
156 B
Nix

{ inputs, ... }:
{
users = [
"alice"
"richie"
];
modules = [
inputs.attic.nixosModules.atticd
inputs.microvm.nixosModules.host
];
}