Disable windows mount
This commit is contained in:
parent
7c1e567f48
commit
b03a9ad919
|
@ -59,7 +59,7 @@ in {
|
||||||
podman = true;
|
podman = true;
|
||||||
};
|
};
|
||||||
windows = {
|
windows = {
|
||||||
enable = true;
|
enable = false;
|
||||||
mount = {
|
mount = {
|
||||||
device = "/dev/nvme0n1p2";
|
device = "/dev/nvme0n1p2";
|
||||||
mountPoint = "/mnt/windows";
|
mountPoint = "/mnt/windows";
|
||||||
|
|
Loading…
Reference in New Issue