os/profiles/virtualisation/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
127 B
Nix
Raw Normal View History

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