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