use srvos

This commit is contained in:
2025-06-18 20:16:36 -07:00
parent af7f2bba73
commit b17526a212
3 changed files with 40 additions and 0 deletions

View File

@@ -34,6 +34,11 @@
url = "github:ggml-org/llama.cpp";
inputs.nixpkgs.follows = "nixpkgs";
};
srvos = {
url = "github:nix-community/srvos";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@@ -47,6 +52,7 @@
lanzaboote,
disko,
llamacpp,
srvos,
...
}@inputs:
let
@@ -189,6 +195,9 @@
}
)
# sets up things like the watchdog
srvos.nixosModules.server
./disk-config.nix
disko.nixosModules.disko
./configuration.nix