Compare commits

...

3 commits

Author SHA1 Message Date
uku
58550c433f
feat(etna): update nextcloud to 30 2024-10-06 19:24:24 +02:00
uku
c3efda7b74
feat(git): add commit.verbose 2024-10-06 19:24:09 +02:00
uku
b17e5aaca6
flake.lock: Update
Flake lock file updates:

• Updated input 'api-rs':
    'github:uku3lig/api-rs/c8814a5075fc2107a757f0abedd8277a7fd1de93' (2024-10-01)
  → 'github:uku3lig/api-rs/b127970d396bced7119aebf05de6daac5759c360' (2024-10-06)
• Updated input 'ghostty':
    'git+ssh://git@github.com/ghostty-org/ghostty?ref=refs/heads/main&rev=a36bdd97de39f73b8c180ea5e92a099e90607ea9' (2024-10-05)
  → 'git+ssh://git@github.com/ghostty-org/ghostty?ref=refs/heads/main&rev=50b52da63856d46ac79a2a115f13ca92a2063730' (2024-10-06)
2024-10-06 19:14:21 +02:00
3 changed files with 9 additions and 8 deletions

14
flake.lock generated
View file

@ -37,11 +37,11 @@
]
},
"locked": {
"lastModified": 1727761399,
"narHash": "sha256-AS54L0yQBiWSyCx/X7QArPAj6n2jANtPj8xwzx0+e3k=",
"lastModified": 1728222154,
"narHash": "sha256-V8lgfzqQh1ARkecJ0/EiXo9aQhghOdBvNdRbSojfsYc=",
"owner": "uku3lig",
"repo": "api-rs",
"rev": "c8814a5075fc2107a757f0abedd8277a7fd1de93",
"rev": "b127970d396bced7119aebf05de6daac5759c360",
"type": "github"
},
"original": {
@ -172,11 +172,11 @@
"zig": "zig"
},
"locked": {
"lastModified": 1728146237,
"narHash": "sha256-XRr8x81tbLJAWKKFB+7Z/WFPlT6AY9+aRWg2GVvgzVU=",
"lastModified": 1728230852,
"narHash": "sha256-JEJ/9E6w4bTPtySEP1WASxemNP9bPALM0KIRyOlf9TA=",
"ref": "refs/heads/main",
"rev": "a36bdd97de39f73b8c180ea5e92a099e90607ea9",
"revCount": 7613,
"rev": "50b52da63856d46ac79a2a115f13ca92a2063730",
"revCount": 7618,
"type": "git",
"url": "ssh://git@github.com/ghostty-org/ghostty"
},

View file

@ -24,6 +24,7 @@
status.submoduleSummary = true;
diff.submodule = "log";
submodule.recurse = true;
commit.verbose = true;
};
};

View file

@ -16,7 +16,7 @@ in {
services.nextcloud = {
enable = true;
package = pkgs.nextcloud29;
package = pkgs.nextcloud30;
https = true;
hostName = "cloud.uku3lig.net";