os/profiles/virtualisation/default.nix

7 lines
115 B
Nix
Raw Normal View History

2021-06-01 10:55:02 +02:00
{ self, config, lib, pkgs, ... }:
let inherit (lib) fileContents;
in
{
pub-solar.virtualisation.enable = true;
}