add microvms, and try to set up basics
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -9,11 +9,13 @@
|
||||
./attic.nix
|
||||
./docker.nix
|
||||
./hydra.nix
|
||||
./microvms.nix
|
||||
./minio.nix
|
||||
./networking.nix
|
||||
./nextcloud.nix
|
||||
./services.nix
|
||||
./zfs.nix
|
||||
./networking.nix
|
||||
];
|
||||
|
||||
programs.git.lfs.enable = false;
|
||||
|
@ -4,5 +4,8 @@
|
||||
"alice"
|
||||
"richie"
|
||||
];
|
||||
modules = [ inputs.attic.nixosModules.atticd ];
|
||||
modules = [
|
||||
inputs.attic.nixosModules.atticd
|
||||
inputs.microvm.nixosModules.host
|
||||
];
|
||||
}
|
||||
|
10
systems/palatine-hill/microvms.nix
Normal file
10
systems/palatine-hill/microvms.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
rad-dev.microvm-host.enable = true;
|
||||
}
|
Reference in New Issue
Block a user