mirror of
https://github.com/michaelthomson0797/nixos-server.git
synced 2025-12-19 11:28:48 +00:00
16 lines
199 B
Nix
16 lines
199 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
meta,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./disk-config.nix
|
|
../../modules/base.nix
|
|
../../modules/k3s.nix
|
|
../../modules/nfs.nix
|
|
../../modules/longhorn.nix
|
|
];
|
|
}
|