nixos: less diagnostics

This commit is contained in:
Ehmry - 2020-12-19 15:24:17 +01:00
parent 5e9039f88e
commit 46226ebac8
2 changed files with 1 additions and 5 deletions

View File

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

View File

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