diff options
Diffstat (limited to 'nix/hosts/corrino/configuration.nix')
-rw-r--r-- | nix/hosts/corrino/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
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', |