summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-08-22 21:18:15 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-08-22 21:18:15 -0400
commitfb2e0367f11826f1962fdd43b6416d07a11d936b (patch)
tree23572b4da60af260fd650349a4a3d05437ced4ed /machines
parenta11655b2ca439a5049b5623154ef62e50da1b870 (diff)
upgrade nextcloud
Diffstat (limited to 'machines')
-rw-r--r--machines/dragon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/dragon.nix b/machines/dragon.nix
index 7c2a4bd..14079cc 100644
--- a/machines/dragon.nix
+++ b/machines/dragon.nix
@@ -122,7 +122,7 @@ in {
[ "ehci_pci" "ahci" "uhci_hcd" "xhci_pci" "usb_storage" "sd_mod" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
- boot.tmp.useTmpFs = true;
+ boot.tmp.useTmpfs = true;
fileSystems."/" = {
device = "/dev/disk/by-label/nixos-ssd";