hosts: steamdeck: correct nixpkgs to unstable

This commit is contained in:
2023-12-20 17:04:17 +01:00
parent 1cd51d2034
commit bc8c07914a
3 changed files with 177 additions and 4 deletions

View File

@@ -103,7 +103,7 @@
fileSystems."/sdcard" =
{ device = "/dev/disk/by-label/sdcard";
fsType = "ext4";
options = [ "nofail,x-systemd.automount" ];
options = [ "nofail,noauto,x-systemd.automount" ];
};
fileSystems."/mnt/Pluto" =