Ooof, to -> To

This commit is contained in:
niten 2021-10-17 22:36:01 -07:00
parent 5fb426f365
commit c9815b4caf
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ in {
systemd = {
mounts = let
filesystems = mapAttrstoList
filesystems = mapAttrsToList
(fs: opts: { filesystem = fs; opts = opts; })
host-filesystems;