Compare commits
3 commits
f080d7d9ad
...
aa7a34e710
Author | SHA1 | Date | |
---|---|---|---|
aa7a34e710 | |||
b8279361b1 | |||
8cf26f1c1d |
2 changed files with 5 additions and 2 deletions
2
home.nix
2
home.nix
|
@ -25,9 +25,11 @@
|
|||
alacritty
|
||||
blueman
|
||||
brightnessctl
|
||||
chafa
|
||||
curl
|
||||
darktable
|
||||
ddcutil
|
||||
ddev
|
||||
devenv
|
||||
distrobox
|
||||
dog
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
isNormalUser = true;
|
||||
name = "muhh";
|
||||
description = "Markus Heurung";
|
||||
extraGroups = [ "libvirtd" "qemu-libvirtd" "audio" "input" "networkmanager" "video" "wheel" "plugdev"];
|
||||
extraGroups = [ "audio" "docker" "libvirtd" "input" "networkmanager" "plugdev" "qemu-libvirtd" "video" "wheel"];
|
||||
shell = pkgs.fish;
|
||||
linger = true;
|
||||
};
|
||||
|
@ -139,11 +139,12 @@
|
|||
# };
|
||||
};
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
};
|
||||
podman = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
dockerCompat = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue