Compare commits

..

No commits in common. "58550c433f671bce1ea98fbda72705d966154693" and "d87d7c54dc695e8a6b3b6a054ed29774ed8683cf" have entirely different histories.

3 changed files with 8 additions and 9 deletions

14
flake.lock generated
View file

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

View file

@ -24,7 +24,6 @@
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.nextcloud30;
package = pkgs.nextcloud29;
https = true;
hostName = "cloud.uku3lig.net";