fix extraGroups

This commit is contained in:
Harald Hoyer 2024-01-18 16:14:11 +01:00
parent 227144bceb
commit 10d6434cdc
3 changed files with 18 additions and 16 deletions

View file

@ -17,6 +17,9 @@ with lib.plusultra;
nix.settings.trusted-users = [ "@wheel" ];
plusultra.user.extraGroups = [ "docker" ];
programs = {
bash = {
## shellInit = ''
@ -71,17 +74,17 @@ with lib.plusultra;
virtualisation.docker.enable = true;
# virtualisation = {
# podman = {
# enable = true;
# virtualisation = {
# podman = {
# enable = true;
# Create a `docker` alias for podman, to use it as a drop-in replacement
# dockerCompat = true;
# Create a `docker` alias for podman, to use it as a drop-in replacement
# dockerCompat = true;
# For Nixos version > 22.11
# defaultNetwork.settings = { dns_enabled = true; };
# };
# };
# For Nixos version > 22.11
# defaultNetwork.settings = { dns_enabled = true; };
# };
# };
system.autoUpgrade = {
enable = true;