add docker and discord, change commit of 42 header to use previous version, last one is broken
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user