Added Jack user to docker user group and added docker to t480 config
This commit is contained in:
parent
b45060f6be
commit
2591fe68a8
2 changed files with 77 additions and 74 deletions
|
|
@ -46,6 +46,8 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
extraGroups = [
|
||||
"wheel"
|
||||
"networkmanager"
|
||||
"docker"
|
||||
]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [
|
||||
zed-editor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue