mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Update nix
This commit is contained in:
parent
a5be7e4c4f
commit
dee1430ee5
4 changed files with 8 additions and 8 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -386,11 +386,11 @@
|
|||
},
|
||||
"nixpkgs_3": {
|
||||
"locked": {
|
||||
"lastModified": 1740057738,
|
||||
"narHash": "sha256-1/hlCrRQsrQyN1DHCps+9ZARHHCE5o9CJPCTZi8gMS4=",
|
||||
"owner": "nixos",
|
||||
"lastModified": 1740340503,
|
||||
"narHash": "sha256-sXbnZSKc5h89E4lmPZSmWVZcc1+7kOYq/J5njKoKDnE=",
|
||||
"owner": "ddogfoodd",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "50d1c13414650572d98d8a580956bcb09ed14d81",
|
||||
"rev": "d1805ec47aa3a89c2ab5ee99b5651ee1742df6e5",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -23,9 +23,9 @@ in with lib; {
|
|||
bitwarden-desktop
|
||||
|
||||
# file management
|
||||
breeze-icons
|
||||
libsForQt5.breeze-icons
|
||||
libsForQt5.qt5ct
|
||||
dolphin
|
||||
libsForQt5.dolphin
|
||||
|
||||
# documents
|
||||
texliveFull
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue