Compare commits

...

3 Commits

Author SHA1 Message Date
h7x4
7125fd2478
flake.lock: bump pvv-nettsiden 2025-03-12 02:39:46 +01:00
h7x4
0c1762619a
bekkalokk/gitea: use unstable package (1.23) 2025-03-12 02:13:13 +01:00
Øystein Tveit
84d1ae13c0
flake.lock: bump pvv-nettsiden 2025-03-12 00:51:10 +01:00
2 changed files with 8 additions and 6 deletions

10
flake.lock generated
View File

@ -196,11 +196,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1737151758, "lastModified": 1741738148,
"narHash": "sha256-yZBsefIarFUEhFRj+rCGMp9Zvag3MCafqV/JfGVRVwc=", "narHash": "sha256-cJo6nbcJEOjkazkZ194NDnlsZe0W0wpxeUh2/886uC8=",
"ref": "refs/heads/master", "ref": "refs/heads/main",
"rev": "a4ebe6ded0c8c124561a41cb329ff30891914b5e", "rev": "c1802e7cf27c7cf8b4890354c982a4eef5b11593",
"revCount": 475, "revCount": 486,
"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, ... }: { config, values, lib, unstablePkgs, ... }:
let let
cfg = config.services.gitea; cfg = config.services.gitea;
domain = "git.pvv.ntnu.no"; domain = "git.pvv.ntnu.no";
@ -26,6 +26,8 @@ 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";