summaryrefslogtreecommitdiff
path: root/types/systemd/resourcelimit
diff options
context:
space:
mode:
Diffstat (limited to 'types/systemd/resourcelimit')
-rw-r--r--types/systemd/resourcelimit7
1 files changed, 0 insertions, 7 deletions
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']],
- ]
-]