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:
parent
66c1c9d72d
commit
d5304bbe2b
6 changed files with 9 additions and 7 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue