From 2a53c2b1d44efa2f10825eb710106a17f1a2da7c Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 11 Apr 2022 15:25:02 -0500 Subject: [PATCH] Alphabetize imports --- hosts/2maccabees/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/2maccabees/default.nix b/hosts/2maccabees/default.nix index dd9df0e..ff24512 100644 --- a/hosts/2maccabees/default.nix +++ b/hosts/2maccabees/default.nix @@ -2,9 +2,9 @@ { imports = [ - ./networking.nix ./dnsmasq.nix ./home-assistant.nix + ./networking.nix ./vhosts.nix ../../profiles/rpi4.nix ../../profiles/home.nix