mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-12 09:47:54 +08:00
Update vira
This commit is contained in:
parent
9ec12b0b8b
commit
4fe4e73c52
4 changed files with 23 additions and 587 deletions
|
|
@ -16,6 +16,13 @@ in
|
|||
https = false; # Cuz, nginx reverse proxy
|
||||
basePath = "/vira/"; # Cuz, nginx reverse proxy
|
||||
package = inputs.vira.packages.${pkgs.system}.default;
|
||||
|
||||
initialState = {
|
||||
repositories = {
|
||||
devour-flake = "https://github.com/srid/devour-flake.git";
|
||||
mealmacro = "https://github.com/srid/mealmacro.git";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Configure nginx reverse proxy for vira with SSL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue