From ced43bf7ebf297442b306099047b30b021ce5c2b Mon Sep 17 00:00:00 2001 From: unexplrd Date: Tue, 18 Mar 2025 02:43:46 +0200 Subject: [PATCH] hosts/dunamis/disko.nix: fix Signed-off-by: unexplrd --- hosts/dunamis/disko.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dunamis/disko.nix b/hosts/dunamis/disko.nix index 9c732e7..5174bc3 100644 --- a/hosts/dunamis/disko.nix +++ b/hosts/dunamis/disko.nix @@ -2,7 +2,7 @@ imports = with inputs; [ disko.nixosModules.disko ]; - disko.devices.disk.nodev = { + disko.devices.nodev = { "/tmp" = { fsType = "tmpfs"; mountOptions = ["rw" "nosuid" "nodev"];