diff options
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/zenbook/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index 23947f5..e925bcb 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -5,6 +5,10 @@ { config, ... }: { + imports = [ + ./hardware-configuration.nix + ]; + # Use the systemd-boot EFI boot loader. boot.loader = { systemd-boot.enable = true; |
