16 lines
232 B
Nix
16 lines
232 B
Nix
{
|
|
features = {
|
|
desktop = {
|
|
gaming.enable = true;
|
|
|
|
homelab = {
|
|
gitea.enable = true;
|
|
immich.enable = true;
|
|
jellyfin.enable = true;
|
|
};
|
|
};
|
|
};
|
|
|
|
imports = [ ./configuration.nix ];
|
|
}
|