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
|
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 = [ "libvirtd" "qemu-libvirtd" "audio" "input" "networkmanager" "video" "wheel" "plugdev"];
|
extraGroups = [ "audio" "docker" "libvirtd" "input" "networkmanager" "plugdev" "qemu-libvirtd" "video" "wheel"];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
linger = true;
|
linger = true;
|
||||||
};
|
};
|
||||||
|
@ -139,11 +139,12 @@
|
||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
|
docker.enable = true;
|
||||||
libvirtd = {
|
libvirtd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
podman = {
|
podman = {
|
||||||
enable = true;
|
enable = false;
|
||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue