Compare commits

..

No commits in common. "dd8b5d5211c922a6b8551aec0ec5c15372235190" and "48b751e0ada91e7eac6f6ce06d95461743e9c813" have entirely different histories.

View file

@ -115,7 +115,7 @@ in {
users.users.kb-work = { users.users.kb-work = {
isNormalUser = true; isNormalUser = true;
description = "kb-work"; description = "kb-work";
extraGroups = [ "vboxusers" "networkmanager" "wheel" "docker" ]; extraGroups = [ "vboxusers" "networkmanager" "wheel" ];
packages = with pkgs; [ packages = with pkgs; [
kate kate
thunderbird thunderbird
@ -325,7 +325,6 @@ in {
gnupg gnupg
pinentry-qt pinentry-qt
cifs-utils # Needed to access SMB Shares cifs-utils # Needed to access SMB Shares
docker-compose
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are
@ -360,7 +359,6 @@ in {
csdWrapper = "${pkgs.openconnect}/libexec/openconnect/hipreport.sh"; csdWrapper = "${pkgs.openconnect}/libexec/openconnect/hipreport.sh";
}; };
virtualisation.docker.enable = true;
# virtualisation.virtualbox.host = { # virtualisation.virtualbox.host = {
# enable = true; # enable = true;
# enableKvm = true; # enableKvm = true;