pub-solar-os/profiles/virtualisation/default.nix

7 lines
115 B
Nix
Raw Normal View History

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