fix extraGroups
This commit is contained in:
parent
227144bceb
commit
10d6434cdc
3 changed files with 18 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue