From cb984b89d1f59cb9870bbd366de97f3292d9db2f Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Wed, 4 May 2022 19:21:20 +0200 Subject: [PATCH] add profiles.virtualisation --- profiles/virtualisation/default.nix | 6 ++++++ profiles/work/default.nix | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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; +} diff --git a/profiles/work/default.nix b/profiles/work/default.nix index abfc9739..316eef7d 100644 --- a/profiles/work/default.nix +++ b/profiles/work/default.nix @@ -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