From 679497cf607e59cb4c62d80174228e776369751f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 6 Apr 2022 07:04:03 -0700 Subject: refactor boot configuration to a module We don't need the previous `hosts/common/system` configs anymore, as everything has been moved out. We keep some boot configuration for carmel in the host configuration for now, but I need to check why I don't have similar settings for tahoe (since I also need to unlock the host remotely). --- hosts/common/default.nix | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 hosts/common/default.nix (limited to 'hosts/common/default.nix') diff --git a/hosts/common/default.nix b/hosts/common/default.nix deleted file mode 100644 index 0361d27..0000000 --- a/hosts/common/default.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ config, pkgs, system, inputs, ... }: - -{ - imports = [ - ./system - ]; -} -- cgit v1.2.3