VEGAS: virtualisation support
This commit is contained in:
parent
3e0135d471
commit
1aa75fc451
2 changed files with 9 additions and 0 deletions
8
hosts/VEGAS/modules/virtualisation/default.nix
Normal file
8
hosts/VEGAS/modules/virtualisation/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
virtualisation.libvirtd.enable = true;
|
||||
# TODO: maybe be more strict
|
||||
networking.firewall.trustedInterfaces = [
|
||||
"vmcore"
|
||||
"vmdefault"
|
||||
];
|
||||
}
|
|
@ -10,6 +10,7 @@
|
|||
./modules/database
|
||||
./modules/nginx
|
||||
./modules/oauth2-proxy
|
||||
./modules/virtualisation
|
||||
inputs.agenix.nixosModules.age
|
||||
]
|
||||
# TODO: fix users
|
||||
|
|
Loading…
Reference in a new issue