mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 03:53:11 +00:00
Update nix
This commit is contained in:
parent
a5be7e4c4f
commit
dee1430ee5
4 changed files with 8 additions and 8 deletions
|
|
@ -19,7 +19,7 @@ in with lib; {
|
|||
config = let port = 5001;
|
||||
in {
|
||||
networking.firewall = { allowedTCPPorts = [ port ]; };
|
||||
services.grav = mkIf cfg.grav.enable {
|
||||
mods.services.grav = mkIf cfg.grav.enable {
|
||||
inherit port;
|
||||
enable = true;
|
||||
root = cfg.grav.location;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue