Compare commits
3 commits
d93a2a7993
...
904bb98f36
| Author | SHA1 | Date | |
|---|---|---|---|
| 904bb98f36 | |||
| 36ac10c6dd | |||
| 24f4f270c1 |
2 changed files with 4 additions and 2 deletions
|
|
@ -219,8 +219,6 @@
|
||||||
Everest = {
|
Everest = {
|
||||||
stable = true;
|
stable = true;
|
||||||
modules = [
|
modules = [
|
||||||
nix-minecraft.nixosModules.minecraft-servers
|
|
||||||
{nixpkgs.overlays = [nix-minecraft.overlay];}
|
|
||||||
./roles/server
|
./roles/server
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -36,9 +36,13 @@ in {
|
||||||
security = {
|
security = {
|
||||||
admin_user = "$__file{${config.age.secrets.grafanaAdminName.path}}";
|
admin_user = "$__file{${config.age.secrets.grafanaAdminName.path}}";
|
||||||
admin_password = "$__file{${config.age.secrets.grafanaAdminPassword.path}}";
|
admin_password = "$__file{${config.age.secrets.grafanaAdminPassword.path}}";
|
||||||
|
cookie_secure = true;
|
||||||
|
strict_transport_security = true;
|
||||||
|
content_security_policy = true;
|
||||||
};
|
};
|
||||||
server = {
|
server = {
|
||||||
protocol = "socket";
|
protocol = "socket";
|
||||||
|
root_url = "https://${domain}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue