mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-07-09 13:53:34 +02:00
Compare commits
1 Commits
7125fd2478
...
faea6e80d4
Author | SHA1 | Date | |
---|---|---|---|
![]() |
faea6e80d4 |
10
flake.lock
generated
10
flake.lock
generated
@ -196,11 +196,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1741738148,
|
||||
"narHash": "sha256-cJo6nbcJEOjkazkZ194NDnlsZe0W0wpxeUh2/886uC8=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "c1802e7cf27c7cf8b4890354c982a4eef5b11593",
|
||||
"revCount": 486,
|
||||
"lastModified": 1741724612,
|
||||
"narHash": "sha256-sIEO/+dk1+jUtZQ6ZRQy7RZnCL5EnP1RXHWRzHx4qNU=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "d5c28d4e0fd826760436f5e7f8ef1bb01d4ddfc6",
|
||||
"revCount": 477,
|
||||
"type": "git",
|
||||
"url": "https://git.pvv.ntnu.no/Projects/nettsiden.git"
|
||||
},
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ config, values, lib, unstablePkgs, ... }:
|
||||
{ config, values, lib, ... }:
|
||||
let
|
||||
cfg = config.services.gitea;
|
||||
domain = "git.pvv.ntnu.no";
|
||||
@ -26,8 +26,6 @@ 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