Compare commits
2 Commits
a205b656db
...
c3fa0c2076
| Author | SHA1 | Date | |
|---|---|---|---|
| c3fa0c2076 | |||
| a47aa3c43e |
@@ -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