Create virtualisation profile

This commit is contained in:
Hendrik Sokolowski 2022-05-04 19:21:20 +02:00
parent 19b91c2898
commit 1da25fe215

View file

@ -0,0 +1,6 @@
{ self, config, lib, pkgs, ... }:
let inherit (lib) fileContents;
in
{
pub-solar.virtualisation.enable = true;
}