mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-09-03 01:26:22 +02:00
Compare commits
2 Commits
234a7030f0
...
2010556643
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2010556643 | ||
![]() |
8dcd471a6f |
@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
security.lockKernelModules = true;
|
# security.lockKernelModules = true;
|
||||||
security.protectKernelImage = true;
|
security.protectKernelImage = true;
|
||||||
security.sudo.execWheelOnly = true;
|
security.sudo.execWheelOnly = true;
|
||||||
security.sudo.extraConfig = ''
|
security.sudo.extraConfig = ''
|
||||||
|
@ -51,11 +51,11 @@ in {
|
|||||||
START_SSH_SERVER = true;
|
START_SSH_SERVER = true;
|
||||||
START_LFS_SERVER = true;
|
START_LFS_SERVER = true;
|
||||||
LFS_JWT_SECRET = lib.mkForce "";
|
LFS_JWT_SECRET = lib.mkForce "";
|
||||||
LFS_JWT_SECRET_URI = config.sops.secrets."gitea/lfs-jwt-secret".path;
|
LFS_JWT_SECRET_URI = "file:${config.sops.secrets."gitea/lfs-jwt-secret".path}";
|
||||||
};
|
};
|
||||||
oauth2 = {
|
oauth2 = {
|
||||||
JWT_SECRET = lib.mkForce "";
|
JWT_SECRET = lib.mkForce "";
|
||||||
JWT_SECRET_URI = config.sops.secrets."gitea/oauth2-jwt-secret".path;
|
JWT_SECRET_URI = "file:${config.sops.secrets."gitea/oauth2-jwt-secret".path}";
|
||||||
};
|
};
|
||||||
"git.timeout" = {
|
"git.timeout" = {
|
||||||
MIGRATE = 3600;
|
MIGRATE = 3600;
|
||||||
@ -85,7 +85,7 @@ in {
|
|||||||
session.COOKIE_SECURE = true;
|
session.COOKIE_SECURE = true;
|
||||||
security = {
|
security = {
|
||||||
SECRET_KEY = lib.mkForce "";
|
SECRET_KEY = lib.mkForce "";
|
||||||
SECRET_KEY_PATH = config.sops.secrets."gitea/secret-key".path;
|
SECRET_KEY_URI = "file:${config.sops.secrets."gitea/secret-key".path}";
|
||||||
};
|
};
|
||||||
database.LOG_SQL = false;
|
database.LOG_SQL = false;
|
||||||
repository = {
|
repository = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user