Add docker
This commit is contained in:
parent
efd9950f81
commit
ab69479fdb
2 changed files with 7 additions and 0 deletions
6
modules/docker.nix
Normal file
6
modules/docker.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
virtualisation.docker.enable = true;
|
||||
users.users.florian.extraGroups = [ "docker" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue