restructure homebox

This commit is contained in:
2026-04-23 08:54:59 -05:00
parent 806e8900b4
commit b28d7babf1
14 changed files with 87 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
{ inputs, ... }: {
{ self, inputs, ... }: {
flake.nixosModules.ollama = { config, lib, ... }: {
@@ -29,6 +29,11 @@
in {
imports = [
self.nixosModules.docker
];
config = {
environment.systemPackages = with pkgs; [