nix: Use hosts directory

This should make it easier to derive multiple output machines from the
same input flake.nix.
This commit is contained in:
Donovan Glover 2023-05-09 20:13:24 -04:00
parent 0b50b9ce64
commit 2c9327b039
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
{
imports = [ ./hardware-configuration.nix ];
imports = [ ./hosts/laptop.nix ];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;