summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-23 18:27:49 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-23 18:27:49 +0200
commit23e584401bdc422ae367cc5e9f93fbd14285bdc7 (patch)
tree9910662a7cf5fb3441e50ee6fa5826ed0a016364
parentFix types. (diff)
downloadnspawn-23e584401bdc422ae367cc5e9f93fbd14285bdc7.tar.gz
nspawn-23e584401bdc422ae367cc5e9f93fbd14285bdc7.tar.xz
Fix types.
-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']],
- ]
-]