12 lines
155 B
Nix
12 lines
155 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
imports = with lib.custom; [
|
|
(relativeToBase "modules")
|
|
./boot.nix
|
|
./hardware.nix
|
|
./nextcloud.nix
|
|
./security
|
|
];
|
|
}
|