Merge pull request 'Add docker' (#8) from feature/docker into master
Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
../modules/obs-studio.nix
|
../modules/obs-studio.nix
|
||||||
../modules/garbage-collection.nix
|
../modules/garbage-collection.nix
|
||||||
../modules/printing.nix
|
../modules/printing.nix
|
||||||
|
../modules/docker.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|||||||
7
systems/modules/docker.nix
Normal file
7
systems/modules/docker.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
|
users.users.avravels.extraGroups = [ "docker" ];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user