forked from Zynh0722/permafrost
docker: module init
This commit is contained in:
parent
b73929d0df
commit
25a09172d7
2 changed files with 4 additions and 1 deletions
3
modules/docker.nix
Normal file
3
modules/docker.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
virtualisation.docker.enable = true;
|
||||
}
|
|
@ -11,6 +11,6 @@
|
|||
isNormalUser = true;
|
||||
description = "Zynh Ludwig";
|
||||
hashedPasswordFile = config.sops.secrets."passwords/ravenshade".path;
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue