defiant: update to nixos 26.05
This commit is contained in:
@@ -9,10 +9,15 @@ in {
|
||||
|
||||
# TODO: Migrate sqlite to postgres
|
||||
|
||||
settings.server = {
|
||||
domain = "grafana.home.feal.no";
|
||||
http_port = 2342;
|
||||
http_addr = "127.0.0.1";
|
||||
settings = {
|
||||
server = {
|
||||
domain = "grafana.home.feal.no";
|
||||
http_port = 2342;
|
||||
http_addr = "127.0.0.1";
|
||||
};
|
||||
security = {
|
||||
secret_key = "SW2YcwTIb9zpOOhoPsMm"; # TODO - Rotate
|
||||
};
|
||||
};
|
||||
|
||||
provision = {
|
||||
|
||||
Reference in New Issue
Block a user