feat : misc dev stuff like treesitter vim conf and disable docker rootless
This commit is contained in:
parent
76ef90df68
commit
2401482472
3 changed files with 36 additions and 5 deletions
|
@ -60,7 +60,7 @@ in {
|
|||
isNormalUser = true;
|
||||
description = "mrflos";
|
||||
createHome = true;
|
||||
extraGroups = [ "docker" "libvirtd" "lxd" "networkmanager" "wheel" ];
|
||||
extraGroups = ["users" "docker" "libvirtd" "lxd" "networkmanager" "wheel" ];
|
||||
uid = 1000;
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
{ pkgs, config, lib, ... }: {
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
docker.rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
#docker.rootless = {
|
||||
# enable = true;
|
||||
# setSocketVariable = true;
|
||||
#};
|
||||
libvirtd.enable = true;
|
||||
lxd.enable = true;
|
||||
#waydroid.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue