home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 2b8016137b9419404eba925d9d08c8c7bf532042
parent f12d9ae1c08baf04ad3ca2d4ccfe60d710570d91
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  3 May 2022 14:10:11 +0200

shikoku: enable docker

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/shikoku.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/systems/hosts/shikoku.nix b/systems/hosts/shikoku.nix @@ -108,6 +108,7 @@ in enable = true; forwardX11 = true; }; + docker.enable = true; virtualization = { enable = true; nested = true; listenTCP = true; }; }; services = {