feat: install docker on servers by default

This commit is contained in:
Ahwx 2026-06-12 01:47:47 +02:00
parent fdfb2e8a72
commit 6293f6f352

View file

@ -1,7 +1,8 @@
{ ... }: { ... }:
{ {
imports = imports =
[ (import ./hardware.nix) ] [ (import ./docker.nix) ]
++ [ (import ./hardware.nix) ]
++ [ (import ./network.nix) ] ++ [ (import ./network.nix) ]
++ [ (import ./program.nix) ] ++ [ (import ./program.nix) ]
++ [ (import ./sshd.nix) ] ++ [ (import ./sshd.nix) ]