From 9e5f5c54d9ca9e976541f65d2b76bb723a807aca Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 20 Sep 2024 05:45:43 -0700 Subject: server: modular container engine --- hosts/himeji/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/himeji/default.nix') diff --git a/hosts/himeji/default.nix b/hosts/himeji/default.nix index 94adf70..9d3045d 100644 --- a/hosts/himeji/default.nix +++ b/hosts/himeji/default.nix @@ -1,9 +1,9 @@ { imports = [ - ../../modules/server ../../disks/himeji.nix ./hardware-configuration.nix ../../modules/options + ../../modules/server ./options.nix ]; -- cgit v1.2.3