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