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
|
alacritty
|
||||||
blueman
|
blueman
|
||||||
brightnessctl
|
brightnessctl
|
||||||
chafa
|
|
||||||
curl
|
curl
|
||||||
darktable
|
darktable
|
||||||
ddcutil
|
ddcutil
|
||||||
ddev
|
|
||||||
devenv
|
devenv
|
||||||
distrobox
|
distrobox
|
||||||
dog
|
dog
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
name = "muhh";
|
name = "muhh";
|
||||||
description = "Markus Heurung";
|
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;
|
shell = pkgs.fish;
|
||||||
linger = true;
|
linger = true;
|
||||||
};
|
};
|
||||||
|
@ -139,12 +139,11 @@
|
||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker.enable = true;
|
|
||||||
libvirtd = {
|
libvirtd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
podman = {
|
podman = {
|
||||||
enable = false;
|
enable = true;
|
||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue