Compare commits

...

2 commits

Author SHA1 Message Date
dd8b5d5211 Merge branch 'main' of ssh://git.kb-one.de:9522/kb01/aux-config
Some checks failed
/ Build NixOS Iso (push) Failing after 1s
2024-09-17 15:36:27 +02:00
7c7a5563cf Added Docker support 2024-09-09 19:22:41 +02:00

View file

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