host api on etna
This commit is contained in:
parent
db569e4fda
commit
0a4a2209f1
7 changed files with 178 additions and 26 deletions
|
@ -52,7 +52,11 @@ in {
|
|||
|
||||
etna = {
|
||||
system = "x86_64-linux";
|
||||
modules = server;
|
||||
modules =
|
||||
server
|
||||
++ (with inputs; [
|
||||
api-rs.nixosModules.default
|
||||
]);
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue