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