Update nix

This commit is contained in:
muon 2025-03-07 09:24:07 +00:00
parent a5be7e4c4f
commit dee1430ee5
4 changed files with 8 additions and 8 deletions

View file

@ -23,9 +23,9 @@ in with lib; {
bitwarden-desktop
# file management
breeze-icons
libsForQt5.breeze-icons
libsForQt5.qt5ct
dolphin
libsForQt5.dolphin
# documents
texliveFull

View file

@ -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;

View file

@ -27,7 +27,7 @@ let
# yamlFormat.generate "grav-settings.yaml" cfg.systemSettings;
in {
options.services.grav = {
options.mods.services.grav = {
enable = mkEnableOption "grav";
root = mkOption {