From 23e584401bdc422ae367cc5e9f93fbd14285bdc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 23 Jun 2023 18:27:49 +0200 Subject: Fix types. --- types/systemd/resourcelimit | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 types/systemd/resourcelimit diff --git a/types/systemd/resourcelimit b/types/systemd/resourcelimit deleted file mode 100644 index 730a92a..0000000 --- a/types/systemd/resourcelimit +++ /dev/null @@ -1,7 +0,0 @@ -type Nspawn::Systemd::Resourcelimit = Variant[ - Variant[Integer, enum['infinity']], - Tuple[ - Variant[Integer, enum['infinity']], - Variant[Integer, enum['infinity']], - ] -] -- cgit v1.2.3