1749586828
This commit is contained in:
@ -24,4 +24,7 @@
|
||||
|
||||
# Tailscale
|
||||
services.tailscale.enable = true;
|
||||
|
||||
# Docker
|
||||
virtualisation.docker.enable = true;
|
||||
}
|
||||
|
@ -5,9 +5,9 @@
|
||||
users.users.atridad = {
|
||||
isNormalUser = true;
|
||||
description = "Atridad";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
packages = with pkgs; [
|
||||
# thunderbird
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user