home

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

commit cb528c9565e7c9c4a26ee3da064114191c2a5ed2
parent 9d47b88c78342c05ad32c9427653608fb8e0e8a0
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 11 Mar 2022 15:05:53 +0100

systems/naruhodo: re-enable docker on it

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

Diffstat:
Msystems/hosts/naruhodo.nix | 17+----------------
1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/systems/hosts/naruhodo.nix b/systems/hosts/naruhodo.nix @@ -121,6 +121,7 @@ in redhat.enable = true; scanning.enable = true; ssh.enable = true; + docker.enable = true; }; environment.systemPackages = with pkgs; [ virtmanager @@ -141,22 +142,6 @@ in }; virtualisation = { - buildkitd = { - enable = true; - settings = { - worker.oci.enabled = true; - registry = { - "r.svc.home:5000" = { - http = true; - insecure = true; - }; - "r.svc.home" = { - http = true; - insecure = true; - }; - }; - }; - }; podman.enable = true; containers = { enable = true;