hosts | add default.nix
This commit is contained in:
parent
c82cccc342
commit
429a368e3d
14 changed files with 112 additions and 0 deletions
8
hosts/display/default.nix
Normal file
8
hosts/display/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue