nixos: less diagnostics

post-mortem
Emery Hemingway 2 years ago
parent 5e9039f88e
commit 46226ebac8

@ -90,7 +90,6 @@ in λ ( params
, label =
Init.LabelSelector.prefix
"nixos -> /nix/store"
, diag = Some True
}
]
# ( let Entry = Prelude.Map.Entry Text Text
@ -101,8 +100,7 @@ in λ ( params
( λ(e : Entry) →
[ Init.Config.Policy::{
, service = "ROM"
, diag = Some True
, label =
, label =
Init.LabelSelector.prefix
"nixos -> ${e.mapKey}"
, attributes = toMap
@ -112,7 +110,6 @@ in λ ( params
}
, Init.Config.Policy::{
, service = "ROM"
, diag = Some True
, label =
Init.LabelSelector.Type.Partial
{ prefix = Some

@ -119,7 +119,6 @@ in λ ( params
, policies =
[ Init.Config.Policy::{
, service = "ROM"
, diag = Some True
, label = Init.LabelSelector.prefix "ExecStart"
}
]

Loading…
Cancel
Save