From 230be48b93806fcb5a7d169a93e9f7977afd4d73 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Fri, 22 Nov 2024 18:40:23 +0100 Subject: [PATCH] typo --- systems/base/fs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/base/fs.nix b/systems/base/fs.nix index 0234440..6428f69 100644 --- a/systems/base/fs.nix +++ b/systems/base/fs.nix @@ -7,7 +7,7 @@ fileSystems."/" = { device = "none"; fsType = "tmpfs"; - options = [ "default" "mode=755" ]; + options = [ "defaults" "mode=755" ]; }; fileSystems."/boot" = {