nix-serve

This commit is contained in:
mjallen18
2024-10-24 12:07:00 -05:00
parent ca8065c851
commit 08511858d6
2 changed files with 6 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
];
files = [
"/etc/machine-id"
"/var/cache-priv-key.pem"
];
};

View File

@@ -209,6 +209,11 @@ in
};
dataDir = "/media/nas/ssd/nix-app-data/grafana";
};
nix-serve = {
enable = true;
secretKeyFile = "/var/cache-priv-key.pem";
};
prometheus = {
enable = true;