useTmpFs -> useTmpfs

This commit is contained in:
niten 2023-07-10 12:05:39 -07:00
parent 9865877695
commit 5ca65c3ee6
1 changed files with 1 additions and 1 deletions

View File

@ -110,6 +110,6 @@ in {
users.groups.adbusers =
mkIf host-cfg.android-dev { members = config.instance.local-admins; };
boot.tmp.useTmpFs = host-cfg.tmp-on-tmpfs;
boot.tmp.useTmpfs = host-cfg.tmp-on-tmpfs;
};
}