mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-07-09 05:43:33 +02:00
Compare commits
2 Commits
09de8adc95
...
0c1762619a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0c1762619a | ||
![]() |
84d1ae13c0 |
10
flake.lock
generated
10
flake.lock
generated
@ -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"
|
||||
},
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user