Compare commits

..

1 Commits

Author SHA1 Message Date
Øystein Tveit
faea6e80d4 pvv-nettsiden: bump 2025-03-11 21:31:16 +01:00
2 changed files with 6 additions and 8 deletions

10
flake.lock generated
View File

@ -196,11 +196,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1741738148, "lastModified": 1741724612,
"narHash": "sha256-cJo6nbcJEOjkazkZ194NDnlsZe0W0wpxeUh2/886uC8=", "narHash": "sha256-sIEO/+dk1+jUtZQ6ZRQy7RZnCL5EnP1RXHWRzHx4qNU=",
"ref": "refs/heads/main", "ref": "refs/heads/master",
"rev": "c1802e7cf27c7cf8b4890354c982a4eef5b11593", "rev": "d5c28d4e0fd826760436f5e7f8ef1bb01d4ddfc6",
"revCount": 486, "revCount": 477,
"type": "git", "type": "git",
"url": "https://git.pvv.ntnu.no/Projects/nettsiden.git" "url": "https://git.pvv.ntnu.no/Projects/nettsiden.git"
}, },

View File

@ -1,4 +1,4 @@
{ config, values, lib, unstablePkgs, ... }: { config, values, lib, ... }:
let let
cfg = config.services.gitea; cfg = config.services.gitea;
domain = "git.pvv.ntnu.no"; domain = "git.pvv.ntnu.no";
@ -26,8 +26,6 @@ in {
enable = true; enable = true;
appName = "PVV Git"; appName = "PVV Git";
package = unstablePkgs.gitea;
database = { database = {
type = "postgres"; type = "postgres";
host = "postgres.pvv.ntnu.no"; host = "postgres.pvv.ntnu.no";