From 1da25fe215649721f0ab6ef6fac552b19c75552f Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Wed, 4 May 2022 19:21:20 +0200 Subject: [PATCH] Create virtualisation profile --- profiles/virtualisation/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 profiles/virtualisation/default.nix diff --git a/profiles/virtualisation/default.nix b/profiles/virtualisation/default.nix new file mode 100644 index 00000000..4f42071b --- /dev/null +++ b/profiles/virtualisation/default.nix @@ -0,0 +1,6 @@ +{ self, config, lib, pkgs, ... }: +let inherit (lib) fileContents; +in +{ + pub-solar.virtualisation.enable = true; +}