add docker and discord, change commit of 42 header to use previous version, last one is broken

This commit is contained in:
2024-10-19 19:01:34 +02:00
parent aae08f4007
commit 8d2a5cba80
4 changed files with 8 additions and 5 deletions

View File

@ -29,10 +29,12 @@
users.users.tom = {
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "docker"];
initialPassword = "password";
};
virtualisation.docker.enable = true;
environment.systemPackages = with pkgs; [
home-manager
killall