From 019ac4c2355c8b3ad11af818bd733b7fc912084d Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 9 Jun 2024 00:20:54 +0200 Subject: nixos 24.05 formatting --- nix/hosts/corrino/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nix/hosts/corrino') diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix index 576e417..902fd4e 100644 --- a/nix/hosts/corrino/configuration.nix +++ b/nix/hosts/corrino/configuration.nix @@ -118,7 +118,9 @@ in { ''; }; - supportedFilesystems = [ "cifs" ]; + supportedFilesystems = { + "cifs" = true; + }; }; # The mdadm RAID1s were created with 'mdadm --create ... --homehost=hetzner', -- cgit 1.4.1