Compare commits

...

2 Commits

Author SHA1 Message Date
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": {
"lastModified": 1737151758,
"narHash": "sha256-yZBsefIarFUEhFRj+rCGMp9Zvag3MCafqV/JfGVRVwc=",
"ref": "refs/heads/master",
"rev": "a4ebe6ded0c8c124561a41cb329ff30891914b5e",
"revCount": 475,
"lastModified": 1741736602,
"narHash": "sha256-fJtYuWoszLxGwavSjixf2h64WSLKaWa9Jweklf1sVVo=",
"ref": "refs/heads/main",
"rev": "84de16fc25d871c7a30345621b9d8c84dc036bf5",
"revCount": 485,
"type": "git",
"url": "https://git.pvv.ntnu.no/Projects/nettsiden.git"
},

View File

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