home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 63ce55c1157b751242214bdf2dda022864749c4d
parent e67728176dec2221873b2ecafffe42235a01c700
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 14 Sep 2021 14:19:45 +0200

systems/naruhodo: disable docker 😛

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

Diffstat:
Msystems/hosts/naruhodo.nix | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/systems/hosts/naruhodo.nix b/systems/hosts/naruhodo.nix @@ -155,7 +155,6 @@ in dev.enable = true; yubikey.enable = true; virtualization = { enable = true; nested = true; }; - docker.enable = true; redhat.enable = true; scanning.enable = true; };