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). --- modules/system/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/system/default.nix') diff --git a/modules/system/default.nix b/modules/system/default.nix index 620ad2e..c39d1d2 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -1 +1,5 @@ -{ ... }: { imports = [ ./console ./locale ./nix ./users ./security ./btrfs ]; } +{ ... }: + +{ + imports = [ ./boot ./console ./locale ./nix ./users ./security ./btrfs ]; +} -- cgit v1.2.3