1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

feat: make virtiofsd tags short and friendly to not upset the software

with oh-so-bad long strings with underscores
This commit is contained in:
oddlama 2023-12-23 00:07:03 +01:00
parent 66c1c9d72d
commit d5304bbe2b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 9 additions and 7 deletions

View file

@ -1,6 +1,7 @@
{
config,
lib,
minimal,
nodes,
...
}: let
@ -23,7 +24,7 @@ in {
};
};
config = mkIf cfg.enable {
config = mkIf (!minimal && cfg.enable) {
age.secrets.promtail-loki-basic-auth-password = {
generator.script = "alnum";
mode = "440";