add profiles.virtualisation

This commit is contained in:
Hendrik Sokolowski 2022-05-04 19:21:20 +02:00
parent 4020d3ea20
commit cb984b89d1
2 changed files with 7 additions and 1 deletions

View file

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

View file

@ -14,6 +14,7 @@ in
systemd.enableUnifiedCgroupHierarchy = true;
environment.systemPackages = with pkgs; [
jetbrains.idea-community
minicom
openjdk11
putty
@ -22,7 +23,6 @@ in
remmina
slack
thunderbird
jetbrains.idea-community
vscode
vscode-extensions.golang.go
vscode-extensions.ms-python.python