about summary refs log tree commit diff
path: root/ops/machines
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2023-04-26T10·30+0200
committerclbot <clbot@tvl.fyi>2023-05-11T10·10+0000
commitb22b685f0b2524c088deacbf4e80e7b7c73b5afc (patch)
treead5b549e6c0221c0ac313bacdb356a59268cfd04 /ops/machines
parenta56b5131c82e8fec9d41412ac35b0400e4a34f3b (diff)
chore: address renames of boot & tmp related options r/6132
Change-Id: I78f2116a63675fff5a36826b3e5390798ab9db9f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8526
Tested-by: BuildkiteCI
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: tazjin <tazjin@tvl.su>
Reviewed-by: grfn <grfn@gws.fyi>
Reviewed-by: flokli
Diffstat (limited to 'ops/machines')
-rw-r--r--ops/machines/whitby/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix
index 7ca7402071..f2a4590471 100644
--- a/ops/machines/whitby/default.nix
+++ b/ops/machines/whitby/default.nix
@@ -59,7 +59,7 @@ in
   };
 
   boot = {
-    tmpOnTmpfs = true;
+    tmp.useTmpfs = true;
     kernelModules = [ "kvm-amd" ];
     supportedFilesystems = [ "zfs" ];