use srvos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user