Disable windows mount

This commit is contained in:
Nathan McCarty 2023-07-01 20:15:29 -04:00
parent 7c1e567f48
commit b03a9ad919
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ in {
podman = true;
};
windows = {
enable = true;
enable = false;
mount = {
device = "/dev/nvme0n1p2";
mountPoint = "/mnt/windows";