From 47a69f76ec6241ac7c933dfba49455b3d364a6eb Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 5 Feb 2023 13:00:04 +0100 Subject: Feat: Switch to Default.nix files This make the imported path somewhat shorter. --- hosts/Tiamat/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/Tiamat/configuration.nix') diff --git a/hosts/Tiamat/configuration.nix b/hosts/Tiamat/configuration.nix index e42cb05f..8e78949b 100644 --- a/hosts/Tiamat/configuration.nix +++ b/hosts/Tiamat/configuration.nix @@ -7,12 +7,12 @@ ... }: { imports = [ - ./hardware/hardware.nix + ./hardware ./networking.nix - ../../system/system.nix + ../../system - ../../services/services.nix + ../../services ]; system.stateVersion = "23.05"; -- cgit 1.4.1