diff options
author | Emile <git@emile.space> | 2024-06-09 00:20:54 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-06-09 00:20:54 +0200 |
commit | 019ac4c2355c8b3ad11af818bd733b7fc912084d (patch) | |
tree | 9c526524fc058699fbd51a1ff97a32b18e6d9557 /nix/hosts/corrino/configuration.nix | |
parent | 75650e333dc967aa781a440b4b0568f19a8c9d98 (diff) |
nixos 24.05 formatting
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', |